Searched refs:create_color (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/apps/mail/
H A DComboBox.cpp99 rgb_color create_color(uchar r, uchar g, uchar b, uchar a = 255);
101 rgb_color create_color(uchar r, uchar g, uchar b, uchar a) { function
245 fForeCol = create_color(0, 0, 0);
247 fSelCol = create_color(144, 144, 144);

Completed in 33 milliseconds