< 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 |
< Not used (garbage included automatically from kexengine)
const kColor kexColors::black |
0, 0, 0, 255
Definition at line 1882 of file t1_scriptAPI.cpp.
const kColor kexColors::blue |
0, 0, 255, 255
Definition at line 1885 of file t1_scriptAPI.cpp.
const kColor kexColors::cyan |
0, 255, 255, 255
Definition at line 1888 of file t1_scriptAPI.cpp.
const kColor kexColors::gray |
127, 127, 127, 255
Definition at line 1881 of file t1_scriptAPI.cpp.
const kColor kexColors::green |
0, 255, 0, 255
Definition at line 1884 of file t1_scriptAPI.cpp.
const kColor kexColors::magenta |
255, 0, 255, 255
Definition at line 1889 of file t1_scriptAPI.cpp.
const kColor kexColors::orange |
255, 127, 0, 255
Definition at line 1887 of file t1_scriptAPI.cpp.
const kColor kexColors::red |
255, 0, 0, 255
Definition at line 1883 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20blue |
Definition at line 1891 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20blue2 |
Definition at line 1892 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20brown |
Definition at line 1901 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20brown2 |
Definition at line 1902 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20cyan |
Definition at line 1909 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20cyan2 |
Definition at line 1910 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20green |
Definition at line 1895 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20green2 |
Definition at line 1896 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20grey |
Definition at line 1905 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20grey2 |
Definition at line 1906 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20olive |
Definition at line 1907 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20olive2 |
Definition at line 1908 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20orange |
Definition at line 1893 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20orange2 |
Definition at line 1894 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20pink |
Definition at line 1903 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20pink2 |
Definition at line 1904 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20purple |
Definition at line 1899 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20purple2 |
Definition at line 1900 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20red |
Definition at line 1897 of file t1_scriptAPI.cpp.
const kColor kexColors::tab20red2 |
Definition at line 1898 of file t1_scriptAPI.cpp.
const kColor kexColors::transparent |
0, 0, 0, 0
Definition at line 1890 of file t1_scriptAPI.cpp.
const kColor kexColors::white |
255, 255, 255, 255
Definition at line 1880 of file t1_scriptAPI.cpp.
const kColor kexColors::yellow |
255, 255, 0, 255
Definition at line 1886 of file t1_scriptAPI.cpp.