コード例 #1
0
ファイル: Lab.cs プロジェクト: outrera/itext7-dotnet
 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()])
 {
 }
コード例 #2
0
 public Lab(PdfCieBasedCs.Lab cs)
     : this(cs, new float[cs.GetNumberOfComponents()])
 {
 }