Colorspec
From Rave Documentation
Revision as of 20:02, 12 November 2011 by Matt (Talk | contribs) (Created page with "A "colorspec" is a 1x3 vector whose values are red, green, blue levels of a color. These are expressed from 0-1 instead of the more common 0-255. Examples: *red=[1 0 0] *white=[...")
A "colorspec" is a 1x3 vector whose values are red, green, blue levels of a color. These are expressed from 0-1 instead of the more common 0-255. Examples:
- red=[1 0 0]
- white=[1 1 1]
- a shade of blue=[.3 .6 1]