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

/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp247 int colorInt; local
248 if (sscanf(number, "%x", &colorInt) == 1) {
249 state->color.red = (colorInt & 0xff0000) >> 16;
250 state->color.green = (colorInt & 0x00ff00) >> 8;
251 state->color.blue = (colorInt & 0x0000ff);

Completed in 78 milliseconds