Function

Heargb_to_rgb

Declaration

gdouble*
he_argb_to_rgb (
  gint argb,
  gint* result_length1
)

Description

No description available.

Parameters

argb

Type: gint

No description available.

result_length1

Type: gint*

No description available.

The argument will be set by the function.

Return value

Type: An array of gdouble

No description available.

The length of the array is in the result_length1 argument.
The caller of the function takes ownership of the data, and is responsible for freeing it.