cgma
CubitColor.hpp File Reference
#include "CGMUtilConfigure.h"

Go to the source code of this file.

Classes

struct  CubitColor

Variables

const CubitColor CUBIT_DEFAULT_COLOR = CubitColor()
const CubitColor CUBIT_BLACK = CubitColor(0,0,0)
const CubitColor CUBIT_GREY = CubitColor(127,127,127)
const CubitColor CUBIT_ORANGE = CubitColor(255,165,0)
const CubitColor CUBIT_RED = CubitColor(255,0,0)
const CubitColor CUBIT_GREEN = CubitColor(0,255,0)
const CubitColor CUBIT_YELLOW = CubitColor(255,255,0)
const CubitColor CUBIT_MAGENTA = CubitColor(255,0,255)
const CubitColor CUBIT_CYAN = CubitColor(0,255,255)
const CubitColor CUBIT_BLUE = CubitColor(0,0,255)
const CubitColor CUBIT_WHITE = CubitColor(255,255,255)
const CubitColor CUBIT_BROWN = CubitColor(165,42,42)
const CubitColor CUBIT_GOLD = CubitColor(255,215,0)
const CubitColor CUBIT_LIGHTBLUE = CubitColor(173,216,230)
const CubitColor CUBIT_LIGHTGREEN = CubitColor(0,204,0)
const CubitColor CUBIT_SALMON = CubitColor(250,128,114)
const CubitColor CUBIT_CORAL = CubitColor(255,127,80)
const CubitColor CUBIT_PINK = CubitColor(255,192,203)
const int CUBIT_DEFAULT_COLOR_INDEX = -1
const int CUBIT_BLACK_INDEX = 0
const int CUBIT_GREY_INDEX = 1
const int CUBIT_ORANGE_INDEX = 2
const int CUBIT_RED_INDEX = 3
const int CUBIT_GREEN_INDEX = 4
const int CUBIT_YELLOW_INDEX = 5
const int CUBIT_MAGENTA_INDEX = 6
const int CUBIT_CYAN_INDEX = 7
const int CUBIT_BLUE_INDEX = 8
const int CUBIT_WHITE_INDEX = 9
const int CUBIT_BROWN_INDEX = 10
const int CUBIT_GOLD_INDEX = 11
const int CUBIT_LIGHTBLUE_INDEX = 12
const int CUBIT_LIGHTGREEN_INDEX = 13
const int CUBIT_SALMON_INDEX = 14
const int CUBIT_CORAL_INDEX = 15
const int CUBIT_PINK_INDEX = 16

Variable Documentation

Definition at line 29 of file CubitColor.hpp.

const int CUBIT_BLACK_INDEX = 0

Definition at line 48 of file CubitColor.hpp.

const CubitColor CUBIT_BLUE = CubitColor(0,0,255)

Definition at line 37 of file CubitColor.hpp.

const int CUBIT_BLUE_INDEX = 8

Definition at line 56 of file CubitColor.hpp.

const CubitColor CUBIT_BROWN = CubitColor(165,42,42)

Definition at line 39 of file CubitColor.hpp.

const int CUBIT_BROWN_INDEX = 10

Definition at line 58 of file CubitColor.hpp.

const CubitColor CUBIT_CORAL = CubitColor(255,127,80)

Definition at line 44 of file CubitColor.hpp.

const int CUBIT_CORAL_INDEX = 15

Definition at line 63 of file CubitColor.hpp.

const CubitColor CUBIT_CYAN = CubitColor(0,255,255)

Definition at line 36 of file CubitColor.hpp.

const int CUBIT_CYAN_INDEX = 7

Definition at line 55 of file CubitColor.hpp.

Definition at line 28 of file CubitColor.hpp.

const int CUBIT_DEFAULT_COLOR_INDEX = -1

Definition at line 47 of file CubitColor.hpp.

const CubitColor CUBIT_GOLD = CubitColor(255,215,0)

Definition at line 40 of file CubitColor.hpp.

const int CUBIT_GOLD_INDEX = 11

Definition at line 59 of file CubitColor.hpp.

const CubitColor CUBIT_GREEN = CubitColor(0,255,0)

Definition at line 33 of file CubitColor.hpp.

const int CUBIT_GREEN_INDEX = 4

Definition at line 52 of file CubitColor.hpp.

const CubitColor CUBIT_GREY = CubitColor(127,127,127)

Definition at line 30 of file CubitColor.hpp.

const int CUBIT_GREY_INDEX = 1

Definition at line 49 of file CubitColor.hpp.

const CubitColor CUBIT_LIGHTBLUE = CubitColor(173,216,230)

Definition at line 41 of file CubitColor.hpp.

const int CUBIT_LIGHTBLUE_INDEX = 12

Definition at line 60 of file CubitColor.hpp.

Definition at line 42 of file CubitColor.hpp.

const int CUBIT_LIGHTGREEN_INDEX = 13

Definition at line 61 of file CubitColor.hpp.

const CubitColor CUBIT_MAGENTA = CubitColor(255,0,255)

Definition at line 35 of file CubitColor.hpp.

const int CUBIT_MAGENTA_INDEX = 6

Definition at line 54 of file CubitColor.hpp.

const CubitColor CUBIT_ORANGE = CubitColor(255,165,0)

Definition at line 31 of file CubitColor.hpp.

const int CUBIT_ORANGE_INDEX = 2

Definition at line 50 of file CubitColor.hpp.

const CubitColor CUBIT_PINK = CubitColor(255,192,203)

Definition at line 45 of file CubitColor.hpp.

const int CUBIT_PINK_INDEX = 16

Definition at line 64 of file CubitColor.hpp.

const CubitColor CUBIT_RED = CubitColor(255,0,0)

Definition at line 32 of file CubitColor.hpp.

const int CUBIT_RED_INDEX = 3

Definition at line 51 of file CubitColor.hpp.

const CubitColor CUBIT_SALMON = CubitColor(250,128,114)

Definition at line 43 of file CubitColor.hpp.

const int CUBIT_SALMON_INDEX = 14

Definition at line 62 of file CubitColor.hpp.

const CubitColor CUBIT_WHITE = CubitColor(255,255,255)

Definition at line 38 of file CubitColor.hpp.

const int CUBIT_WHITE_INDEX = 9

Definition at line 57 of file CubitColor.hpp.

const CubitColor CUBIT_YELLOW = CubitColor(255,255,0)

Definition at line 34 of file CubitColor.hpp.

const int CUBIT_YELLOW_INDEX = 5

Definition at line 53 of file CubitColor.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines