Returns the color of a specific entry of the palette of a GdPicture image.
public Color PaletteGetEntry( int ImageID, int Entry );
Public Function PaletteGetEntry( ByVal ImageID As Integer, ByVal Entry As Integer ) As Color
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
Entry |
Indice of the color palette. Must be a value between 0 and PaletteGetColorsCount() - 1 returned value. |
Color Object. You can build a Color Object using the ARGB() function. Color of the selected entrie.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|