Difference between revisions of "ColorComponent Script"

90 bytes added ,  02:56, 28 August 2013
m
→‎Global SKSE Member Functions: Clarified descriptions
imported>CraftySentinel
m (→‎Notes: Fixed Hex Value)
imported>CraftySentinel
m (→‎Global SKSE Member Functions: Clarified descriptions)
Line 36: Line 36:


|[[GetSaturation - ColorComponent|Float '''GetSaturation'''(''Int'')]]
|[[GetSaturation - ColorComponent|Float '''GetSaturation'''(''Int'')]]
|Gets the Saturation value of the ARGB color code.
|Gets the Saturation value of the specified ARGB color code.
|-
|-


|[[GetValue - ColorComponent|Float '''GetValue'''(''Int'')]]
|[[GetValue - ColorComponent|Float '''GetValue'''(''Int'')]]
|Gets the Value of the ARGB color code, Value is also known as Brightness or Luminosity.
|Gets the Value of the specified ARGB color code, Value is also known as Brightness or Luminosity.
|-
|-


|[[SetAlpha - ColorComponent|Int '''SetAlpha'''(''Int, Int'')]]
|[[SetAlpha - ColorComponent|Int '''SetAlpha'''(''Int, Int'')]]
|Sets the Alpha component value of the ARGB color code to the specified amount.
|Sets the Alpha component value of the specified ARGB color code to the specified amount.
|-
|-


|[[SetRed - ColorComponent|Int '''SetRed'''(''Int, Int'')]]
|[[SetRed - ColorComponent|Int '''SetRed'''(''Int, Int'')]]
|Sets the Red component value of the ARGB color code to the specified amount.
|Sets the Red component value of the specified ARGB color code to the specified amount.
|-
|-


|[[SetGreen - ColorComponent|Int '''SetGreen'''(''Int, Int'')]]
|[[SetGreen - ColorComponent|Int '''SetGreen'''(''Int, Int'')]]
|Sets the Green component value of the ARGB color code to the specified amount.
|Sets the Green component value of the specified ARGB color code to the specified amount.
|-
|-


|[[SetBlue - ColorComponent|Int '''SetBlue'''(''Int, Int'')]]
|[[SetBlue - ColorComponent|Int '''SetBlue'''(''Int, Int'')]]
|Sets the Blue component value of the ARGB color code to the specified amount.
|Sets the Blue component value of the specified ARGB color code to the specified amount.
|-
|-


|[[SetHue - ColorComponent|Int '''SetHue'''(''Int, Float'')]]
|[[SetHue - ColorComponent|Int '''SetHue'''(''Int, Float'')]]
|Sets the Hue value of the ARGB color code to the specified value.
|Sets the Hue value of the specified ARGB color code to the specified value.
|-
|-


|[[SetSaturation - ColorComponent|Int '''SetSaturation'''(''Int, Float'')]]
|[[SetSaturation - ColorComponent|Int '''SetSaturation'''(''Int, Float'')]]
|Sets the Saturation value of the ARGB color code to the specified value.
|Sets the Saturation value of the specified ARGB color code to the specified value.
|-
|-


|[[SetValue - ColorComponent|Int '''SetValue'''(''Int, Float'')]]
|[[SetValue - ColorComponent|Int '''SetValue'''(''Int, Float'')]]
|Sets the Value (Brightness) of the ARGB color code to the specified value.
|Sets the Value (Brightness) of the specified ARGB color code to the specified value.


|}
|}