Specifies the color for the "@attr", "@val", "@vconn", "@vconn2" and user-defined pin attributes (see attribute displays).
Specifies the background color for the schematic.
Specifies the color of the outline of components.
Specifies the color of unconnected pins.
Specifies the instance-name color for the symbols.
Specifies the pin color for the symbols.
Specifies the color of the netBundles and netBundle names.
Fill color for the body of UNDEF, ECU, HIER, and EYELET components.
Fill color for the connectors of HIER, ECU, and INLINER components.
Fill color for connectors of ECU and Inliner components that have no connected cavity.
Fill color for the body of INLINER components.
Specifies the color of the wires and wire names.
Specifies the graymode color.
Specifies the color of the so called overlay buses (artificial bundles, displayed whenever two or more different nets and/or netBundles connect to the same pinBus/portBus).
Specifies the body and pin color for both port symbols and net page connectors (in page splitting mode).
Specifies the color of the bus rippers. The color set here is also used for slash rippers.
Defines a set of colors for EEvision's rendering engine Nlview.
All color values need to be of the form
#RRGGBB
whereRR
,GG
, andBB
are hexadecimal numbers between00
andFF
. Color values are case-insensitive, i.e.,#FF88DE
and#ff88de
represent the same color. Optionally, a color transparency can be added by another set of hex digits separated by a/
character, for example#ffcc88/cc
. This sets the transparency of the color to cc/ff = 204/255 = 80%. A transparency of 00 is opaque.