Searched defs:color (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dlights.h37 * light to a reasonable color when the BUTTONS are lit.
92 * The color of the LED in ARGB.
98 * unsigned char brightness = ((77*((color>>16)&0x00ff))
99 * + (150*((color>>8)&0x00ff)) + (29*(color&0x00ff))) >> 8;
105 unsigned int color; member in struct:light_state_t

Completed in 45 milliseconds