TechNote Standard Color Names Added
Colors for the C1, C2, and C3 properties of the Plot command can now be specified using the standard color names as well as the RGB color number.
Standard Color Names
Standard color names are:
• Black
• Maroon
• Green
• Olive
• Navy
• Purple
• Teal
• Gray
• Silver
• Red
• Lime
• Yellow
• Blue
• Fuchsia
• Aqua
• LtGray
• DkGray
• White
RGB Color Numbers
Any color can be assigned to the C1, C2, and C3 properties simply by assigning the appropriate integer number to the property. The values may be obtained from the Plot Options menu or any other program you might have that can give you the RGB color code. It is common practice to specify the code in hexadecimal format by preceding the number with a "$". For example, a pure red at max intensity could be specified as C1=$000000FF If this format, the digits of a 32bit integer corresponding to the colors are:
$00bbggrr
For example, you can get various intensities of green by replacing "gg" with a value between 00 and FF. A full intensity plain green would be
$0000FF00
The default for C1 for lines on circuit plots is Blue, or $00FF0000.