NAME
GetSignColor
Get the color of a sign as configured in Proastro
USAGE
GetSignColor nSign [-pseudoAlpha]
PARAMETERS
nSign
the sign numbernsign: number of the sign . Valid value are from 0 to 11.
OPTIONS
-pseudoAlpha:
If given a pseudo-alpha is computed as a combination of the color and the
drawing background.
if not given return the rgb value of the sign color without transformation
RETURN
Return a string being the hexa RGB value of the color
EXAMPLE
PutTxt "---- Signs color ----" for {set i 0} {$i < 12} {incr i} { PutTxt "Color of [NameOfSign $i] is [GetSignColor $i]" }
Output
---- Signs color ---- Color of Aries is #FF5555 Color of Taurus is #3AD6AF Color of Gemini is #FFFFAC Color of Cancer is #5EAEFF Color of Leo is #FFFF00 Color of Virgo is #C86400 Color of Libra is #B8FF71 Color of Scorpio is #B300B3 Color of Sagittarius is #ECB533 Color of Capricornus is #804040 Color of Aquarius is #808040 Color of Pisces is #0000FB