Background for Skyrim SE

The ColorComponent Script

    The ColorComponent script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Skyrim Script Extender x64 (SKSE).

    For this script, the Papyrus index knows about:

    • 14 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Properties

    No properties found.

      Events

        No events found.

      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.