Difference between revisions of "ColorComponent Script"

213 bytes added ,  09:32, 27 August 2013
m
Further added information to the description
imported>CraftySentinel
m
imported>CraftySentinel
m (Further added information to the description)
Line 1: Line 1:
'''Requires:'''SKSE 1.06.03 or above
'''Requires:''' [[:Category:SKSE|SKSE]] 1.06.03 or above


'''Extends:''' None
'''Extends:''' None
Line 6: Line 6:




Script for the manipulation of [[ColorForm]] components.
Script for the manipulation of [[ColorForm]] components; added by SKSE in 1.06.02. The ''get'' functions within this script are used by functions of the same name contained within the [[ColorForm Script]], to access the individual color components.
 


== Global SKSE Member Functions==
== Global SKSE Member Functions==
Line 19: Line 20:


|[[GetRed - ColorComponent|Int GetRed(Int)]]
|[[GetRed - ColorComponent|Int GetRed(Int)]]
|Returns the red component of the [[ColorForm]].
|Returns the Red component of the [[ColorForm]].
|-
|-


Line 31: Line 32:


|[[GetHue - ColorComponent|Float GetHue(Int)]]
|[[GetHue - ColorComponent|Float GetHue(Int)]]
|Returns the hue component of the [[ColorForm]].
|Returns the Hue component of the [[ColorForm]].
|-
|-