TiffOptions.ColorMap
TiffOptions.ColorMap property
Gets or sets the color map.
public ushort[] ColorMap { get; set; }
Property Value
The color map.
Exceptions
exception | condition |
---|---|
ArgumentNullException | value |
TiffImageException | The color map may be defined for samples per pixel equal to 1 only. or The bits per sample are not defined. |
ArgumentOutOfRangeException | value;The array length must correspond to the followign formula: 3 * (2**BitsPerSample). |
See Also
- class TiffOptions
- namespace Aspose.Imaging.ImageOptions
- assembly Aspose.Imaging