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

◆ blue

const kColor kexColors::blue

0, 0, 255, 255

Definition at line 2291 of file t1_scriptAPI.cpp.

◆ cyan

const kColor kexColors::cyan

0, 255, 255, 255

Definition at line 2294 of file t1_scriptAPI.cpp.

◆ gray

const kColor kexColors::gray

127, 127, 127, 255

Definition at line 2287 of file t1_scriptAPI.cpp.

◆ green

const kColor kexColors::green

0, 255, 0, 255

Definition at line 2290 of file t1_scriptAPI.cpp.

◆ magenta

const kColor kexColors::magenta

255, 0, 255, 255

Definition at line 2295 of file t1_scriptAPI.cpp.

◆ orange

const kColor kexColors::orange

255, 127, 0, 255

Definition at line 2293 of file t1_scriptAPI.cpp.

◆ red

const kColor kexColors::red

255, 0, 0, 255

Definition at line 2289 of file t1_scriptAPI.cpp.

◆ tab20blue

const kColor kexColors::tab20blue

Definition at line 2297 of file t1_scriptAPI.cpp.

◆ tab20blue2

const kColor kexColors::tab20blue2

Definition at line 2298 of file t1_scriptAPI.cpp.

◆ tab20brown

const kColor kexColors::tab20brown

Definition at line 2307 of file t1_scriptAPI.cpp.

◆ tab20brown2

const kColor kexColors::tab20brown2

Definition at line 2308 of file t1_scriptAPI.cpp.

◆ tab20cyan

const kColor kexColors::tab20cyan

Definition at line 2315 of file t1_scriptAPI.cpp.

◆ tab20cyan2

const kColor kexColors::tab20cyan2

Definition at line 2316 of file t1_scriptAPI.cpp.

◆ tab20green

const kColor kexColors::tab20green

Definition at line 2301 of file t1_scriptAPI.cpp.

◆ tab20green2

const kColor kexColors::tab20green2

Definition at line 2302 of file t1_scriptAPI.cpp.

◆ tab20grey

const kColor kexColors::tab20grey

Definition at line 2311 of file t1_scriptAPI.cpp.

◆ tab20grey2

const kColor kexColors::tab20grey2

Definition at line 2312 of file t1_scriptAPI.cpp.

◆ tab20olive

const kColor kexColors::tab20olive

Definition at line 2313 of file t1_scriptAPI.cpp.

◆ tab20olive2

const kColor kexColors::tab20olive2

Definition at line 2314 of file t1_scriptAPI.cpp.

◆ tab20orange

const kColor kexColors::tab20orange

Definition at line 2299 of file t1_scriptAPI.cpp.

◆ tab20orange2

const kColor kexColors::tab20orange2

Definition at line 2300 of file t1_scriptAPI.cpp.

◆ tab20pink

const kColor kexColors::tab20pink

Definition at line 2309 of file t1_scriptAPI.cpp.

◆ tab20pink2

const kColor kexColors::tab20pink2

Definition at line 2310 of file t1_scriptAPI.cpp.

◆ tab20purple

const kColor kexColors::tab20purple

Definition at line 2305 of file t1_scriptAPI.cpp.

◆ tab20purple2

const kColor kexColors::tab20purple2

Definition at line 2306 of file t1_scriptAPI.cpp.

◆ tab20red

const kColor kexColors::tab20red

Definition at line 2303 of file t1_scriptAPI.cpp.

◆ tab20red2

const kColor kexColors::tab20red2

Definition at line 2304 of file t1_scriptAPI.cpp.

◆ transparent

const kColor kexColors::transparent

0, 0, 0, 0

Definition at line 2296 of file t1_scriptAPI.cpp.

◆ white

const kColor kexColors::white

255, 255, 255, 255

Definition at line 2286 of file t1_scriptAPI.cpp.

◆ yellow

const kColor kexColors::yellow

255, 255, 0, 255

Definition at line 2292 of file t1_scriptAPI.cpp.