Function
Fridaicon_from_rgba
Declaration
GVariant*
frida_icon_from_rgba (
guint8* pixels,
gint pixels_length1,
guint16 width,
guint16 height
)
Parameters
pixels-
Type: An array of
guint8No description available.
The length of the array is specified in the pixels_length1argument.The data is owned by the caller of the function. pixels_length1-
Type:
gintNo description available.
width-
Type:
guint16No description available.
height-
Type:
guint16No description available.
Return value
Type: GVariant
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |