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

◆ blue

const kColor kexColors::blue

0, 0, 255, 255

Definition at line 2474 of file t1_scriptAPI.cpp.

◆ cyan

const kColor kexColors::cyan

0, 255, 255, 255

Definition at line 2477 of file t1_scriptAPI.cpp.

◆ gray

const kColor kexColors::gray

127, 127, 127, 255

Definition at line 2470 of file t1_scriptAPI.cpp.

◆ green

const kColor kexColors::green

0, 255, 0, 255

Definition at line 2473 of file t1_scriptAPI.cpp.

◆ magenta

const kColor kexColors::magenta

255, 0, 255, 255

Definition at line 2478 of file t1_scriptAPI.cpp.

◆ orange

const kColor kexColors::orange

255, 127, 0, 255

Definition at line 2476 of file t1_scriptAPI.cpp.

◆ red

const kColor kexColors::red

255, 0, 0, 255

Definition at line 2472 of file t1_scriptAPI.cpp.

◆ tab20blue

const kColor kexColors::tab20blue

Definition at line 2480 of file t1_scriptAPI.cpp.

◆ tab20blue2

const kColor kexColors::tab20blue2

Definition at line 2481 of file t1_scriptAPI.cpp.

◆ tab20brown

const kColor kexColors::tab20brown

Definition at line 2490 of file t1_scriptAPI.cpp.

◆ tab20brown2

const kColor kexColors::tab20brown2

Definition at line 2491 of file t1_scriptAPI.cpp.

◆ tab20cyan

const kColor kexColors::tab20cyan

Definition at line 2498 of file t1_scriptAPI.cpp.

◆ tab20cyan2

const kColor kexColors::tab20cyan2

Definition at line 2499 of file t1_scriptAPI.cpp.

◆ tab20green

const kColor kexColors::tab20green

Definition at line 2484 of file t1_scriptAPI.cpp.

◆ tab20green2

const kColor kexColors::tab20green2

Definition at line 2485 of file t1_scriptAPI.cpp.

◆ tab20grey

const kColor kexColors::tab20grey

Definition at line 2494 of file t1_scriptAPI.cpp.

◆ tab20grey2

const kColor kexColors::tab20grey2

Definition at line 2495 of file t1_scriptAPI.cpp.

◆ tab20olive

const kColor kexColors::tab20olive

Definition at line 2496 of file t1_scriptAPI.cpp.

◆ tab20olive2

const kColor kexColors::tab20olive2

Definition at line 2497 of file t1_scriptAPI.cpp.

◆ tab20orange

const kColor kexColors::tab20orange

Definition at line 2482 of file t1_scriptAPI.cpp.

◆ tab20orange2

const kColor kexColors::tab20orange2

Definition at line 2483 of file t1_scriptAPI.cpp.

◆ tab20pink

const kColor kexColors::tab20pink

Definition at line 2492 of file t1_scriptAPI.cpp.

◆ tab20pink2

const kColor kexColors::tab20pink2

Definition at line 2493 of file t1_scriptAPI.cpp.

◆ tab20purple

const kColor kexColors::tab20purple

Definition at line 2488 of file t1_scriptAPI.cpp.

◆ tab20purple2

const kColor kexColors::tab20purple2

Definition at line 2489 of file t1_scriptAPI.cpp.

◆ tab20red

const kColor kexColors::tab20red

Definition at line 2486 of file t1_scriptAPI.cpp.

◆ tab20red2

const kColor kexColors::tab20red2

Definition at line 2487 of file t1_scriptAPI.cpp.

◆ transparent

const kColor kexColors::transparent

0, 0, 0, 0

Definition at line 2479 of file t1_scriptAPI.cpp.

◆ white

const kColor kexColors::white

255, 255, 255, 255

Definition at line 2469 of file t1_scriptAPI.cpp.

◆ yellow

const kColor kexColors::yellow

255, 255, 0, 255

Definition at line 2475 of file t1_scriptAPI.cpp.