Click or drag to resize

platformColorName Enumeration

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.enums.platform
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public enum platformColorName
Request Example View Source
Members
  Member nameValueDescription
none0
Black1 The color black.
DarkBlue2 The color dark blue.
DarkGreen3 The color dark green.
DarkCyan4 The color dark cyan (dark blue-green).
DarkRed5 The color dark red.
DarkMagenta6 The color dark magenta (dark purplish-red).
DarkYellow7 The color dark yellow (ochre).
Gray8 The color gray.
DarkGray9 The color dark gray.
Blue10 The color blue.
Green11 The color green.
Cyan12 The color cyan (blue-green).
Red13 The color red.
Magenta14 The color magenta (purplish-red).
Yellow15 The color yellow.
White16 The color white.
See Also