Topsolid online Help Index
Created : v6.5
This enum is used to define the standard colors.
topColorNothing = -2 : No color (value returned by elements that do not support the color attribute).
topColorCustom = -1 : Custom color (value returned by elements that have a custom RGB color attribute).
topColorBackground = 0 : Background color (depends on user settings).
topColorBlack = 1 : Black, or white if light colored background.
topColorWhite = 2 : White, or black if light colored background.
topColorDarkWhite = 3 : Gray.
topColorRed = 4 : Red.
topColorDarkRed = 5 : Dark red, or light red if light colored background.
topColorOrange = 6.
topColorDarkOrange = 7.
topColorYellow = 8.
topColorDarkYellow = 9.
topColorGreen = 10.
topColorDarkGreen = 11.
topColorBlue = 12.
topColorDarkBlue = 13.
topColorViolet = 14.
topColorDarkViolet = 15.
topColorGray = 16.
topColorDarkGray = 17.
topColorOrangeRed = 18.
topColorDarkOrangeRed = 19.
topColorPink = 20.
topColorDarkPink = 21.
topColorGold = 22.
topColorDarkGold = 23.
topColorSpringGreen = 24.
topColorDarkSpringGreen = 25.
topColorCyan = 26.
topColorDarkCyan = 27.
topColorNavy = 28.
topColorDarkNavy = 29.
topColorMagenta = 30.
topColorDarkMagenta = 31.
Topsolid online Help Index