Turok
 
Loading...
Searching...
No Matches
kexColors Namespace Reference

< Not used (garbage included automatically from kexengine) More...

Variables

const kColor white
 255, 255, 255, 255
 
const kColor gray
 127, 127, 127, 255
 
const kColor black
 0, 0, 0, 255
 
const kColor red
 255, 0, 0, 255
 
const kColor green
 0, 255, 0, 255
 
const kColor blue
 0, 0, 255, 255
 
const kColor yellow
 255, 255, 0, 255
 
const kColor orange
 255, 127, 0, 255
 
const kColor cyan
 0, 255, 255, 255
 
const kColor magenta
 255, 0, 255, 255
 
const kColor transparent
 0, 0, 0, 0
 
const kColor tab20blue
 
const kColor tab20blue2
 
const kColor tab20orange
 
const kColor tab20orange2
 
const kColor tab20green
 
const kColor tab20green2
 
const kColor tab20red
 
const kColor tab20red2
 
const kColor tab20purple
 
const kColor tab20purple2
 
const kColor tab20brown
 
const kColor tab20brown2
 
const kColor tab20pink
 
const kColor tab20pink2
 
const kColor tab20grey
 
const kColor tab20grey2
 
const kColor tab20olive
 
const kColor tab20olive2
 
const kColor tab20cyan
 
const kColor tab20cyan2
 

Detailed Description

< Not used (garbage included automatically from kexengine)

Variable Documentation

◆ black

const kColor kexColors::black

0, 0, 0, 255

Definition at line 1925 of file t1_scriptAPI.cpp.

◆ blue

const kColor kexColors::blue

0, 0, 255, 255

Definition at line 1928 of file t1_scriptAPI.cpp.

◆ cyan

const kColor kexColors::cyan

0, 255, 255, 255

Definition at line 1931 of file t1_scriptAPI.cpp.

◆ gray

const kColor kexColors::gray

127, 127, 127, 255

Definition at line 1924 of file t1_scriptAPI.cpp.

◆ green

const kColor kexColors::green

0, 255, 0, 255

Definition at line 1927 of file t1_scriptAPI.cpp.

◆ magenta

const kColor kexColors::magenta

255, 0, 255, 255

Definition at line 1932 of file t1_scriptAPI.cpp.

◆ orange

const kColor kexColors::orange

255, 127, 0, 255

Definition at line 1930 of file t1_scriptAPI.cpp.

◆ red

const kColor kexColors::red

255, 0, 0, 255

Definition at line 1926 of file t1_scriptAPI.cpp.

◆ tab20blue

const kColor kexColors::tab20blue

Definition at line 1934 of file t1_scriptAPI.cpp.

◆ tab20blue2

const kColor kexColors::tab20blue2

Definition at line 1935 of file t1_scriptAPI.cpp.

◆ tab20brown

const kColor kexColors::tab20brown

Definition at line 1944 of file t1_scriptAPI.cpp.

◆ tab20brown2

const kColor kexColors::tab20brown2

Definition at line 1945 of file t1_scriptAPI.cpp.

◆ tab20cyan

const kColor kexColors::tab20cyan

Definition at line 1952 of file t1_scriptAPI.cpp.

◆ tab20cyan2

const kColor kexColors::tab20cyan2

Definition at line 1953 of file t1_scriptAPI.cpp.

◆ tab20green

const kColor kexColors::tab20green

Definition at line 1938 of file t1_scriptAPI.cpp.

◆ tab20green2

const kColor kexColors::tab20green2

Definition at line 1939 of file t1_scriptAPI.cpp.

◆ tab20grey

const kColor kexColors::tab20grey

Definition at line 1948 of file t1_scriptAPI.cpp.

◆ tab20grey2

const kColor kexColors::tab20grey2

Definition at line 1949 of file t1_scriptAPI.cpp.

◆ tab20olive

const kColor kexColors::tab20olive

Definition at line 1950 of file t1_scriptAPI.cpp.

◆ tab20olive2

const kColor kexColors::tab20olive2

Definition at line 1951 of file t1_scriptAPI.cpp.

◆ tab20orange

const kColor kexColors::tab20orange

Definition at line 1936 of file t1_scriptAPI.cpp.

◆ tab20orange2

const kColor kexColors::tab20orange2

Definition at line 1937 of file t1_scriptAPI.cpp.

◆ tab20pink

const kColor kexColors::tab20pink

Definition at line 1946 of file t1_scriptAPI.cpp.

◆ tab20pink2

const kColor kexColors::tab20pink2

Definition at line 1947 of file t1_scriptAPI.cpp.

◆ tab20purple

const kColor kexColors::tab20purple

Definition at line 1942 of file t1_scriptAPI.cpp.

◆ tab20purple2

const kColor kexColors::tab20purple2

Definition at line 1943 of file t1_scriptAPI.cpp.

◆ tab20red

const kColor kexColors::tab20red

Definition at line 1940 of file t1_scriptAPI.cpp.

◆ tab20red2

const kColor kexColors::tab20red2

Definition at line 1941 of file t1_scriptAPI.cpp.

◆ transparent

const kColor kexColors::transparent

0, 0, 0, 0

Definition at line 1933 of file t1_scriptAPI.cpp.

◆ white

const kColor kexColors::white

255, 255, 255, 255

Definition at line 1923 of file t1_scriptAPI.cpp.

◆ yellow

const kColor kexColors::yellow

255, 255, 0, 255

Definition at line 1929 of file t1_scriptAPI.cpp.