Creates a new RasterColor object that is an index into a palette
public static Leadtools.RasterColor FromPaletteIndex(
int index
)
Public Shared Function FromPaletteIndex( _
ByVal index As Integer _
) As Leadtools.RasterColor
public static Leadtools.RasterColor FromPaletteIndex(
int index
)
function Leadtools.RasterColorHelper.FromPaletteIndex(
index
)
public:
static Leadtools.RasterColor FromPaletteIndex(
int index
)
index
The index value
A new RasterColor object that is an index into a palette.
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.
Use this method to create a color that is a palette index.
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