Difference between revisions of "ColorComponent Script"

1 byte removed ,  01:45, 28 August 2013
m
→‎Notes: Fixed Hex Value
imported>CraftySentinel
m (Added addition information.)
imported>CraftySentinel
m (→‎Notes: Fixed Hex Value)
Line 78: Line 78:
*The get functions (Excluding '''GetAlpha''' since ColorForms do not contain a alpha channel) within this script are used by functions of the same name contained within [[ColorForm Script]], to access the individual color components of a [[ColorForm]]'s ARGB.
*The get functions (Excluding '''GetAlpha''' since ColorForms do not contain a alpha channel) within this script are used by functions of the same name contained within [[ColorForm Script]], to access the individual color components of a [[ColorForm]]'s ARGB.


*All ARGB color codes are Decimal conversions of Hex color codes. For example, a color code of 167777215 in Decimal is equivalent to #FFFFFF in Hex (0 ,255, 255, 255 in ARGB values).
*All ARGB color codes are Decimal conversions of Hex color codes. For example, a color code of 167777215 in Decimal is equivalent to #00FFFFFF in Hex (0 ,255, 255, 255 in ARGB values).
 


==See Also ==
==See Also ==