SetHue - ColorComponent
Revision as of 01:28, 28 August 2013 by imported>CraftySentinel (Created page with "__NOTOC__ __NOEDITSECTION__ '''Requires:''' SKSE 1.06.00 or above. '''Member of:''' ColorComponent Script Sets the hue value of the specified Alpha-...")
Requires: SKSE 1.06.00 or above.
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 retrieve 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.