DrawableImage::GetPixel

DrawableImage::GetPixel
Color GetPixel(SInt32 x, SInt32 y);
Description

GetPixel gets pixel value without alpha. If out of bounds, returns 0.

Parameters
Parameters 
Description 
SInt32 x 
The x position of the pixel. 
SInt32 y 
The y position of the pixel. 
Return Value

The pixel value without alpha.