Function

AgsAudioOscBufferUtilput_rgba

since: 3.0.0

Declaration [src]

void
ags_osc_buffer_util_put_rgba (
  guchar* buffer,
  guint8 r,
  guint8 g,
  guint8 b,
  guint8 a
)

Description [src]

Put RGBA color specified by r, g, b and a to buffer.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The guchar buffer.

The data is owned by the caller of the function.
r

Type: guint8

The red value.

g

Type: guint8

The green value.

b

Type: guint8

The blue value.

a

Type: guint8

The alpha value.