Home | History | Annotate | Download | only in page

Lines Matching refs:lightness

371         // Reduce the background color from RGB to a lightness value
372 // and determine which scrollbar style to use based on a lightness
374 double hue, saturation, lightness;
375 backgroundColor.color().getHSL(hue, saturation, lightness);
376 if (lightness <= .5)