|
Namespaces |
| namespace | WebCore |
Functions |
| RGBA32 | WebCore::makeRGB (int r, int g, int b) |
| RGBA32 | WebCore::makeRGBA (int r, int g, int b, int a) |
| static double | WebCore::calcHue (double temp1, double temp2, double hueVal) |
| RGBA32 | WebCore::makeRGBAFromHSLA (double hue, double saturation, double lightness, double alpha) |
| int | WebCore::differenceSquared (const Color &c1, const Color &c2) |
| static int | WebCore::blendComponent (int c, int a) |
Variables |
| const RGBA32 | WebCore::lightenedBlack = 0xFF545454 |
| const RGBA32 | WebCore::darkenedWhite = 0xFFABABAB |
| const int | WebCore::cStartAlpha = 153 |
| const int | WebCore::cEndAlpha = 204 |
| const int | WebCore::cAlphaIncrement = 17 |