public bool IsPaletteIndex { get; }
Public ReadOnly Property IsPaletteIndex As Boolean
public:
property bool IsPaletteIndex {
bool get();
}
true if this RasterColor is a palette index; false, otherwise.
A RasterColor object can be a true RGB color or an index value into the palette of an image.
If the value of IsPaletteIndex is true, then this color does not contain a true RGB value, instead, the value stored is an index into the palette of an image. To get the index value, use ToRgb. To get the true RGB value, use RasterImage.GetTrueColorValue.
If the value of IsPaletteIndex is false, then this color contains a true RGB value.
To create a color that is a palette index, use the FromPaletteIndex method.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document