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

GetRGBIntValues

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

Declaration

Source position: winapih.inc line 322

procedure GetRGBIntValues(

  RGB: DWORD;

  out R: Integer;

  out G: Integer;

  out B: Integer

);


Version 3.2 Generated 2024-02-25 Home