anyKode Marilou
ContentsIndexHome
PreviousUpNext
Image::GetPixelFast

Getting the pixel at the specified location.

C++
__inline void GetPixelFast(Pixel & pixel, int Line, int Col) const;
Parameters 
Description 
Pixel & pixel 
[in/out] Pixel to fill in 
int Line 
[in] Image line 
int Col 
[in] Image column 

GetPixel returns the RGBA color of the pixel located at the specified position, if the image surface format is not Marilou::Commons::JPG. This override does not check if the image is valid or if the specified location exists.

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