Method
AgsAudioOscBufferUtilget_rgba
since: 3.0.0
Declaration [src]
void
ags_osc_buffer_util_get_rgba (
AgsOscBufferUtil* osc_buffer_util,
guchar* buffer,
guint8* r,
guint8* g,
guint8* b,
guint8* a
)
Parameters
buffer
-
Type:
guchar*
The guchar buffer.
The data is owned by the caller of the method. r
-
Type:
guint8*
The return location of red value.
The data is owned by the caller of the method. g
-
Type:
guint8*
The return location of green value.
The data is owned by the caller of the method. b
-
Type:
guint8*
The return location of blue value.
The data is owned by the caller of the method. a
-
Type:
guint8*
The return location of alpha value.
The data is owned by the caller of the method.