Function

Hefrom_hex

Declaration

void
he_from_hex (
  const gchar* color,
  HeRGBColor* result
)

Description

No description available.

Parameters

color

Type: const gchar*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
result

Type: HeRGBColor

No description available.

The argument will be set by the function.
The caller of the function takes ownership of the returned data, and is responsible for freeing it.