SetHue - ColorComponent

From the CreationKit Wiki
Jump to navigation Jump to search

Source: SKSE 1.06.00

Member of: ColorComponent Script


Sets the hue value of the specified Alpha-Red-Green-Blue (ARGB) color code to the specified value.

Syntax

float Function SetHue(int argb, float h) global native

Parameters

argb

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

h

The value to set the hue to, should be within the range of 0.0 to 360.0 (inclusive).

Return Value

The altered ARGB color code.


See Also