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

/haiku/src/apps/pulse/
H A DCPUButton.h42 rgb_color fOnColor, fOffColor; member in class:CPUButton
H A DCPUButton.cpp91 SetHighColor(value ? fOnColor : fOffColor);
303 fOnColor.red = (color & 0xff000000) >> 24;
304 fOnColor.green = (color & 0x00ff0000) >> 16;
305 fOnColor.blue = (color & 0x0000ff00) >> 8;

Completed in 41 milliseconds