Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>_grgbcolorget()</b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson