Home
last modified time | relevance | path

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

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A Dlibmwaw_internal.hxx192 struct MWAWColor { struct
194 explicit MWAWColor(uint32_t argb=0) in MWAWColor() function
199 MWAWColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a=255) in MWAWColor() argument
212 MWAWColor &operator=(uint32_t argb) in operator =() argument
245 static MWAWColor black() in black() argument
250 static MWAWColor white() in white() argument
259 uint32_t value() const in value()
264 unsigned char getAlpha() const in getAlpha()
269 unsigned char getBlue() const in getBlue()
294 bool operator==(MWAWColor const &c) const in operator ==() argument
[all …]