KHTML
Color.h File Reference
#include <wtf/Platform.h>
#include "PlatformString.h"
Include dependency graph for Color.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | WebCore::Color |
Namespaces | |
namespace | WebCore |
Typedefs | |
typedef unsigned | WebCore::RGBA32 |
Functions | |
int | WebCore::differenceSquared (const Color &c1, const Color &c2) |
Color | WebCore::focusRingColor () |
RGBA32 | WebCore::makeRGB (int r, int g, int b) |
RGBA32 | WebCore::makeRGBA (int r, int g, int b, int a) |
RGBA32 | WebCore::makeRGBAFromHSLA (double hue, double saturation, double lightness, double alpha) |
bool | WebCore::operator!= (const Color &a, const Color &b) |
bool | WebCore::operator== (const Color &a, const Color &b) |
void | WebCore::setFocusRingColorChangeFunction (void(*)()) |