Method
AgsAudioOscBufferUtilput_rgba
since: 3.0.0
[−]
Declaration [src]
void
ags_osc_buffer_util_put_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 red value.
g
-
Type:
guint8
The green value.
b
-
Type:
guint8
The blue value.
a
-
Type:
guint8
The alpha value.