[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert a color to the RGB values of that color
Source position: fpg_main.pas line 396
function fpgColorToRGB( |
col: TfpgColor |
):TfpgColor; |
Convert a color to the RGB values of that color. Not all TfpgColor values are in RGB format. For example, you get "named" colors too (eg: clWindowBackground), which is simply an index value, but later translated to a real RGB value via the theming system.