[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LCLIntf' (#lcl)

GetRGBValues

Extracts the red, green and blue color values from a COLORREF.

Declaration

Source position: winapih.inc line 320

procedure GetRGBValues(

  RGB: DWORD;

  out R: Byte;

  out G: Byte;

  out B: Byte

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.