TiffOptionsColorMap Property |
Gets or sets the color map.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic ushort[] ColorMap { get; set; }
Public Property ColorMap As UShort()
Get
Set
public:
property array<unsigned short>^ ColorMap {
array<unsigned short>^ get ();
void set (array<unsigned short>^ value);
}
member ColorMap : uint16[] with get, set
Property Value
Type:
UInt16
The color map.
ExceptionsException | 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