Difference between revisions of "ColorForm Script"
Reverted to List
imported>CraftySentinel m (Changed param format.) |
imported>CraftySentinel (Reverted to List) |
||
Line 1: | Line 1: | ||
__NOTOC__ __NOEDITSECTION__ | __NOTOC__ __NOEDITSECTION__ | ||
'''Extends:''' [[Form Script]] | '''Extends:''' [[Form Script]] | ||
Script for the manipulation of color base objects. | |||
== Definition == | == Definition == | ||
Line 17: | Line 13: | ||
== SKSE Member Functions == | == SKSE Member Functions == | ||
:'''Int [[GetColor - ColorForm|GetColor]]()''' | |||
:*Gets the Alpha-Red-Green-Blue (ARGB) color code of the color form. | |||
:'''[[SetColor - ColorForm| SetColor]](Int ''argb'')''' | |||
:*Sets the Color Form's color to the specified ARGB code. | |||
:'''Int [[GetRed - ColorForm|GetRed]]()''' | |||
:*Gets the red component value of this color form. (0 to 255) | |||
:'''Int [[GetGreen - ColorForm|GetGreen]]()''' | |||
:*Gets the green component value of this color form. (0 to 255) | |||
:'''Int [[GetBlue - ColorForm|GetBlue]]()''' | |||
:*Gets the blue component value of this color form. (0 to 255) | |||
:'''Float [[GetHue - ColorForm|GetHue]]()''' | |||
:*Gets the hue value of this color form. | |||
:'''Float [[GetSaturation - ColorForm|GetSaturation]]()''' | |||
:*Gets the saturation of this color form. | |||
:'''Float [[GetValue - ColorForm|GetValue]]()''' | |||
:*Gets the value (Brightness) of this color form. | |||
== Notes == | == Notes == |