Function

AgsAudioOscBufferUtilget_rgba

since: 3.0.0

Declaration [src]

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

Description [src]

Get RGBA color specified by r, g, b and a from 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 return location of red value.

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

Type: guint8*

The return location of green value.

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

Type: guint8*

The return location of blue value.

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

Type: guint8*

The return location of alpha value.

The data is owned by the caller of the function.