Background for Skyrim SE

ColorComponent


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
intfunctionGetAlpha(intargb)NativeGlobal

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

intfunctionGetRed(intargb)NativeGlobal

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

intfunctionGetGreen(intargb)NativeGlobal

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

intfunctionGetBlue(intargb)NativeGlobal

Gets the blue component's value from the specified Alpha-Red-Green-Blue (ARGB) color code.

floatfunctionGetHue(intargb)NativeGlobal

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

floatfunctionGetSaturation(intargb)NativeGlobal

Gets the saturation of the specified Alpha-Red-Green-Blue (ARGB) color code.

floatfunctionGetValue(intargb)NativeGlobal

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

intfunctionSetAlpha(intargb, inta)NativeGlobal

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

intfunctionSetRed(intargb, intr)NativeGlobal

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

intfunctionSetGreen(intargb, intg)NativeGlobal

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

intfunctionSetBlue(intargb, intb)NativeGlobal

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

intfunctionSetHue(intargb, floath)NativeGlobal

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

intfunctionSetSaturation(intargb, floats)NativeGlobal

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

intfunctionSetValue(intargb, floatv)NativeGlobal

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

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.