Home
last modified time | relevance | path

Searched defs:YColor (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dycolor.h9 YColor() : fPixel(nullptr) { } in YColor() function
10 explicit YColor(const char* s) : fPixel(nullptr) { if (s) alloc(s, 0); } in YColor() function
12 YColor(const YColor& c) : fPixel(c.fPixel) { } in YColor() function
41 YColor(YPixel* pixel) : fPixel(pixel) { } in YColor() function
64 operator YColor() { return color(); } in YColor() function
H A Dycolor.cc170 YColor::YColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a) in YColor() function in YColor