ColorComponent Script

Revision as of 09:00, 27 August 2013 by imported>CraftySentinel (Created ColorComponent Script)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Extends: None

Flags: Hidden


Script for the manipulation of ColorForm components.

Global SKSE Member Functions

Function Description
Int GetAlpha(Int) Returns the Alpha component of the ColorForm.
Int GetRed(Int) Returns the red component of the ColorForm.
Int GetGreen(Int) Returns the Green component of the ColorForm.
Int GetBlue(Int) Returns the Blue component of the ColorForm.
Float GetHue(Int) Returns the hue component of the ColorForm.
Float GetSaturation(Int) Returns the Saturation component of the ColorForm.
Int SetAlpha(Int, Int) Sets the Alpha component of the ColorForm.
Int SetRed(Int, Int) Sets the Red component of the ColorForm.
Int SetGreen(Int, Int) Sets the Green component of the ColorForm.
Int SetBlue(Int, Int) Sets the Blue component of the ColorForm.
Int SetHue(Int, Float) Sets the Hue component of the ColorForm.
Int SetSaturation(Int, Float) Sets the Saturation component of the ColorForm.