Function

Hehct_blend

Declaration

void
he_hct_blend (
  HeHCTColor* a,
  HeHCTColor* b,
  HeHCTColor* result
)

Description

No description available.

Parameters

a

Type: HeHCTColor

No description available.

The data is owned by the caller of the function.
b

Type: HeHCTColor

No description available.

The data is owned by the caller of the function.
result

Type: HeHCTColor

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.