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 2530 of file t1_scriptAPI.cpp.

◆ blue

const kColor kexColors::blue

0, 0, 255, 255

Definition at line 2533 of file t1_scriptAPI.cpp.

◆ cyan

const kColor kexColors::cyan

0, 255, 255, 255

Definition at line 2536 of file t1_scriptAPI.cpp.

◆ gray

const kColor kexColors::gray

127, 127, 127, 255

Definition at line 2529 of file t1_scriptAPI.cpp.

◆ green

const kColor kexColors::green

0, 255, 0, 255

Definition at line 2532 of file t1_scriptAPI.cpp.

◆ magenta

const kColor kexColors::magenta

255, 0, 255, 255

Definition at line 2537 of file t1_scriptAPI.cpp.

◆ orange

const kColor kexColors::orange

255, 127, 0, 255

Definition at line 2535 of file t1_scriptAPI.cpp.

◆ red

const kColor kexColors::red

255, 0, 0, 255

Definition at line 2531 of file t1_scriptAPI.cpp.

◆ tab20blue

const kColor kexColors::tab20blue

Definition at line 2539 of file t1_scriptAPI.cpp.

◆ tab20blue2

const kColor kexColors::tab20blue2

Definition at line 2540 of file t1_scriptAPI.cpp.

◆ tab20brown

const kColor kexColors::tab20brown

Definition at line 2549 of file t1_scriptAPI.cpp.

◆ tab20brown2

const kColor kexColors::tab20brown2

Definition at line 2550 of file t1_scriptAPI.cpp.

◆ tab20cyan

const kColor kexColors::tab20cyan

Definition at line 2557 of file t1_scriptAPI.cpp.

◆ tab20cyan2

const kColor kexColors::tab20cyan2

Definition at line 2558 of file t1_scriptAPI.cpp.

◆ tab20green

const kColor kexColors::tab20green

Definition at line 2543 of file t1_scriptAPI.cpp.

◆ tab20green2

const kColor kexColors::tab20green2

Definition at line 2544 of file t1_scriptAPI.cpp.

◆ tab20grey

const kColor kexColors::tab20grey

Definition at line 2553 of file t1_scriptAPI.cpp.

◆ tab20grey2

const kColor kexColors::tab20grey2

Definition at line 2554 of file t1_scriptAPI.cpp.

◆ tab20olive

const kColor kexColors::tab20olive

Definition at line 2555 of file t1_scriptAPI.cpp.

◆ tab20olive2

const kColor kexColors::tab20olive2

Definition at line 2556 of file t1_scriptAPI.cpp.

◆ tab20orange

const kColor kexColors::tab20orange

Definition at line 2541 of file t1_scriptAPI.cpp.

◆ tab20orange2

const kColor kexColors::tab20orange2

Definition at line 2542 of file t1_scriptAPI.cpp.

◆ tab20pink

const kColor kexColors::tab20pink

Definition at line 2551 of file t1_scriptAPI.cpp.

◆ tab20pink2

const kColor kexColors::tab20pink2

Definition at line 2552 of file t1_scriptAPI.cpp.

◆ tab20purple

const kColor kexColors::tab20purple

Definition at line 2547 of file t1_scriptAPI.cpp.

◆ tab20purple2

const kColor kexColors::tab20purple2

Definition at line 2548 of file t1_scriptAPI.cpp.

◆ tab20red

const kColor kexColors::tab20red

Definition at line 2545 of file t1_scriptAPI.cpp.

◆ tab20red2

const kColor kexColors::tab20red2

Definition at line 2546 of file t1_scriptAPI.cpp.

◆ transparent

const kColor kexColors::transparent

0, 0, 0, 0

Definition at line 2538 of file t1_scriptAPI.cpp.

◆ white

const kColor kexColors::white

255, 255, 255, 255

Definition at line 2528 of file t1_scriptAPI.cpp.

◆ yellow

const kColor kexColors::yellow

255, 255, 0, 255

Definition at line 2534 of file t1_scriptAPI.cpp.