[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 nGetBackRGB()    Returns the RGB value of the Back color of a byte color
 --------------------------------------------------------------------------------

   nGetBackRGB( <nByteColor> )  -->  <nRGBBack>

   Returns the RGB representation of the back color of one byte color
   format.

   <nByteColor>        Number (One byte) in MsDos color format.

   <nRGBBack>          Number (One long: four bytes) in Windows RGB color
                       format built from the back component of the
                       nByteColor.


   Example:  ? nGetBackRGB( nColorToN( "W+/B" ) )        // WHITE / BLUE
                                  ---> RGB( 0, 0, 128 )  // Blue color

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson