Concept Framework 1.0 documentation Contents | Index

win32.graph.freeimage.FreeImage_SetPixelColor

Name Version Deprecated
FreeImage_SetPixelColor version 1.0 no

Prototype:
boolean FreeImage_SetPixelColor(number dib, number x, number y, number red, number green, number blue)


Description:
Set the pixel color of a 16-, 24- or 32-bit image at position (x, y), including range check (slow access). Parameter x is the pixel position in horizontal direction, and parameter y is the pixel position in vertical direction.

Returns:
The function returns true on success, and returns false otherwise.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:08 2009 GMT(c)2009 RadGs Software