Background for Skyrim SE

The ColorForm Script

    The ColorForm 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:

    • 8 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Properties

    No properties found.

      Events

        No events found.

      Functions

      • intfunctionGetColor()Native
      • voidfunctionSetColor(intcolor)Native
      • intfunctionGetRed()

        Returns the red component of this color form. (This function requires SKSE)

      • intfunctionGetGreen()

        Returns the green component of this color form. (This function requires SKSE)

      • intfunctionGetBlue()

        Returns the blue component of this color form. (This function requires SKSE)

      • floatfunctionGetHue()

        Gets the hue value of this color form.

      • floatfunctionGetSaturation()

        Returns the saturation of this color form. (This function requires SKSE)

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