Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.
Porovnať s aktuálnou verziou Zobraziť históriu stránky
Verzia 1 Aktuálny »
INT %MakeRGB( INT in R, INT in G, INT in B )
Numerical values of the parameters R, G and B must be within the interval 0..255.
R + 256*G + 65536*B.
Final value is usable as a value to express the color in functions, which directly work with colors (%HI_SetForeColor, ...).
Related pages:
ESL extended functionsFunction arguments - types