Class Color

Inheritance Relationships

Base Type

  • public ColorRGBA

Class Documentation

class Color : public ColorRGBA

Public Functions

Color()
Color(double red, double green, double blue)
Color(double red, double green, double blue, double alpha)

Public Static Functions

static const Color White()
static const Color Black()
static const Color Gray()
static const Color Red()
static const Color Green()
static const Color Blue()
static const Color Yellow()
static const Color Orange()
static const Color Purple()
static const Color Chartreuse()
static const Color Teal()
static const Color Pink()