GetPixelRed Statement:
Get the value of red channel color component
colorRed = Object.GetPixelRed
x, y
|
Sample: colorRed = object.GetPixelRed
100,200
This method returns red channel value of the specified pixel.
See also
SetColor,
GetColor,
GetColorAlpha, GetColorRed,
GetColorBlue,
GetColorGreen, GetPixelRed,
GetPixelAlpha,
GetPixelBlue, GetPixelGreen,
SetColorIndex,
GetColorIndex
More samples:
|