LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

FromPaletteIndex Method (RasterColor)






The index value
Creates a new RasterColor object that is an index into a palette .NET support Silverlight support
Syntax
public static RasterColor FromPaletteIndex( 
   int index
)
'Declaration
 
Public Shared Function FromPaletteIndex( _
   ByVal index As Integer _
) As RasterColor
'Usage
 
Dim index As Integer
Dim value As RasterColor
 
value = RasterColor.FromPaletteIndex(index)
public static RasterColor FromPaletteIndex( 
   int index
)
 function Leadtools.RasterColor.FromPaletteIndex( 
   index 
)
public:
static RasterColor FromPaletteIndex( 
   int index
) 

Parameters

index
The index value

Return Value

A new RasterColor object that is an index into a palette.
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.

Use this method to create a color that is a palette index.

Example
For an example, refer to RasterImage.AnimationGlobalLoop
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterColor Structure
RasterColor Members

 

 


Products | Support | Contact Us | Copyright Notices

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