Gets a value that determines whether this RasterColor is a palette index value.
public static bool IsPaletteIndex(
Leadtools.RasterColor color
)
Public Shared Function IsPaletteIndex( _
ByVal color As Leadtools.RasterColor _
) As Boolean
public static bool IsPaletteIndex(
Leadtools.RasterColor color
)
function Leadtools.RasterColorHelper.IsPaletteIndex(
color
)
public:
static bool IsPaletteIndex(
Leadtools.RasterColor color
)
color
The raster color object.
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.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET