anyKode Marilou
ContentsIndexHome
PreviousUpNext
Image::GetPixel (int, int)

Getting the pixel at the specified location.

C++
Pixel GetPixel(int Line, int Col) const;
Parameters 
Description 
int Line 
[in] Image line 
int Col 
[in] Image column 

a Pixel object. If the pixel cannot be read, the returned Pixel is the default one.

GetPixel returns the RGBA color of the pixel located at the specified position, if the image surface format is not Marilou::Commons::JPG.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!