LEADTOOLS (Leadtools assembly)

IsPaletteIndex Property

Show in webframe







Gets a value that determines whether this RasterColor is a palette index value.
Syntax
public bool IsPaletteIndex {get;}
'Declaration
 
Public ReadOnly Property IsPaletteIndex As Boolean
'Usage
 
Dim instance As RasterColor
Dim value As Boolean
 
value = instance.IsPaletteIndex
public bool IsPaletteIndex {get;}

            

            
 get_IsPaletteIndex(); 
public:
property bool IsPaletteIndex {
   bool get();
}

Property Value

true if this RasterColor is a palette index; false, otherwise.
Remarks

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.

Example
For an example, refer to RasterImage.AnimationGlobalLoop
Requirements

Target Platforms

See Also

Reference

RasterColor Structure
RasterColor Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.