-
Notifications
You must be signed in to change notification settings - Fork 1
tannus.io.Color
Ryan Davis edited this page Jan 10, 2015
·
2 revisions
General-Use RGBA Color Object. Warning: This class is abstract, meaning that none of it's fields or methods are actually there at runtime. You cannot access them dynamically.
Constructor function, inlined by default, all arguments nullable, all default to 0
If
alpha
is 0, will return a hexadecimal representation of this Color Ifalpha
is higher than 0, will return a CSS RGBA Color representation
Red Channel
Green Channel
Blue Channel
Alpha Channel