|
|
@ -25,7 +25,7 @@ namespace ImageSharp |
|
|
Guard.NotNull(gridPointCount, nameof(gridPointCount)); |
|
|
Guard.NotNull(gridPointCount, nameof(gridPointCount)); |
|
|
|
|
|
|
|
|
this.Values = values; |
|
|
this.Values = values; |
|
|
this.DataType = IccClutDataType.Float; |
|
|
this.DataType = type; |
|
|
this.InputChannelCount = gridPointCount.Length; |
|
|
this.InputChannelCount = gridPointCount.Length; |
|
|
this.OutputChannelCount = values[0].Length; |
|
|
this.OutputChannelCount = values[0].Length; |
|
|
this.GridPointCount = gridPointCount; |
|
|
this.GridPointCount = gridPointCount; |
|
|
|