GetHue - ColorComponent

From the CreationKit Wiki
Jump to navigation Jump to search

Source: SKSE 1.06.00

Member of: ColorComponent Script


Gets the hue value from the specified Alpha-Red-Green-Blue (ARGB) color code.

Syntax

float Function GetHue(int argb) global native

Parameters

argb

The ARGB color code to retrieve the hue value of, expressed as an integer.

Return Value

The hue value of the ARGB code, ranges from 0.0 to 360.0.


See Also