[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
_gRGBColorGet()
Retrieve the color for a particular palette index
------------------------------------------------------------------------------
C Prototype
#include "llibg.api"
DWORD _gRGBColorGet(
int iPalNum
)
Arguments
iPalNum is the palette index of the color, beginning with one (1),
that you want to retrieve.
Returns
The color of the specified palette index.
Description
_gRGBColorGet() retrieves a single color for the specified palette.
This function is similar to _gPalGet() but instead of retrieving the
entire palette, it retrieves only one color.
Files Library is LLIBG.LIB, header file is Llibg.api.
See Also:
_gPalGet()
_gRGBColorSet()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson