ColorForm Script

Revision as of 05:45, 10 May 2012 by imported>PurpleLunchbox (Created page with "Category:Scripting Category:Papyrus Category:Script Objects Category:SKSE '''Extends:''' Form Script Script for the manipulation of color base objects. (...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Extends: Form Script

Script for the manipulation of color base objects. (This type requires SKSE)

Definition

ScriptName ColorForm extends Form

Properties

None

Global Functions

None

Member Functions

None

SKSE Member Functions

int Function GetRed()

  • Returns the red component of this color form. (From 0 to 255)

int Function GetGreen()

  • Returns the green component of this color form. (From 0 to 255)

int Function GetBlue()

  • Returns the blue component of this color form. (From 0 to 255)

int Function GetHue()

  • Returns the hue of this color form. (From 0 to 255)

int Function GetSaturation()

  • Returns the saturation of this color form. (From 0 to 255)

int Function GetLuminosity()

  • Returns the luminosity of this color form. (From 0 to 255)

Events

None