Function Macro

GimpCAIRO_RGB24_SET_PIXEL

Declaration [src]

#define GIMP_CAIRO_RGB24_SET_PIXEL (
  d,
  r,
  g,
  b
)

Description [src]

Sets a single pixel in an Cairo image surface in CAIRO_FORMAT_RGB24.

Available since:2.6
This function is not directly available to language bindings

Parameters

d -
 

Pointer to the destination buffer.

r -
 

Red component.

g -
 

Green component.

b -
 

Blue component.