Function Macro

GimpCAIRO_ARGB32_SET_PIXEL

since: 2.6

Declaration [src]

#define GIMP_CAIRO_ARGB32_SET_PIXEL (
  d,
  r,
  g,
  b,
  a
)

Description [src]

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

Available since: 2.6

This function is not directly available to language bindings.

Parameters

d

Type: -

Pointer to the destination buffer.

r

Type: -

Red component, not pre-multiplied.

g

Type: -

Green component, not pre-multiplied.

b

Type: -

Blue component, not pre-multiplied.

a

Type: -

Alpha component.