Esempio n. 1
0
 public Lab(PdfCieBasedCs.Lab cs)
 // TODO if zero is outside of the Range, default value should be the nearest to the zero valid value
     : this(cs, new float[cs.GetNumberOfComponents()])
 {
 }
Esempio n. 2
0
 public Lab(PdfCieBasedCs.Lab cs)
     : this(cs, new float[cs.GetNumberOfComponents()])
 {
 }