Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%HI_GetPixelRGB function


Function
The function retrieves the RGB value of the color of given pixel in the picture.
Declaration
Blok kódu
languageesl
themeConfluence
INT%HI_GetPixelRGB(
   INT in x, 
   INT in y
 )
Parameters
xDistance of the pixel from the left picture margin.
yDistance of the pixel from the bottom margin of the picture.
Description
The function retrieves the RGB value of the color of the pixel, the position of which is defined by the parameters _x and _y.
Note
The %MakeRGB function %MakeRGB allows to form the color from individual color components.