Concept Framework 2.2 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: Sun Jan 27 18:15:20 2013 GMT(c)2013 Devronium Applications