Color

There is currently no description for this class. Please help us by contributing one!

Note

There are notable differences when using this API with C#. See C# Differences for more information.

Properties

float

a

1.0

int

a8

255

float

b

0.0

int

b8

0

float

g

0.0

int

g8

0

float

h

0.0

float

r

0.0

int

r8

0

float

s

0.0

float

v

0.0

Constructors

Color

Color ( )

Color

Color ( Color from, float alpha )

Color

Color ( Color from )

Color

Color ( String code )

Color

Color ( String code, float alpha )

Color

Color ( float r, float g, float b )

Color

Color ( float r, float g, float b, float a )

Methods

Color

blend ( Color over ) const

Color

clamp ( Color min=Color(0, 0, 0, 0), Color max=Color(1, 1, 1, 1) ) const

Color

darkened ( float amount ) const

Color

from_hsv ( float h, float s, float v, float alpha=1.0 ) static

Color

from_ok_hsl ( float h, float s, float l, float alpha=1.0 ) static

Color

from_rgbe9995 ( int rgbe ) static

Color

from_string ( String str, Color default ) static

float

get_luminance ( ) const

Color

hex ( int hex ) static

Color

hex64 ( int hex ) static

Color

html ( String rgba ) static

bool

html_is_valid ( String color ) static

Color

inverted ( ) const

bool

is_equal_approx ( Color to ) const

Color

lerp ( Color to, float weight ) const

Color

lightened ( float amount ) const

Color

linear_to_srgb ( ) const

Color

srgb_to_linear ( ) const

int

to_abgr32 ( ) const

int

to_abgr64 ( ) const

int

to_argb32 ( ) const

int

to_argb64 ( ) const

String

to_html ( bool with_alpha=true ) const

int

to_rgba32 ( ) const

int

to_rgba64 ( ) const

Operators

bool

operator != ( Color right )

Color

operator * ( Color right )

Color

operator * ( float right )

Color

operator * ( int right )

Color

operator + ( Color right )

Color

operator - ( Color right )

Color

operator / ( Color right )

Color

operator / ( float right )

Color

operator / ( int right )

bool

operator == ( Color right )

float

operator [] ( int index )

Color

operator unary+ ( )

Color

operator unary- ( )


Constants

ALICE_BLUE = Color(0.941176, 0.972549, 1, 1)

There is currently no description for this constant. Please help us by contributing one!

ANTIQUE_WHITE = Color(0.980392, 0.921569, 0.843137, 1)

There is currently no description for this constant. Please help us by contributing one!

AQUA = Color(0, 1, 1, 1)

There is currently no description for this constant. Please help us by contributing one!

AQUAMARINE = Color(0.498039, 1, 0.831373, 1)

There is currently no description for this constant. Please help us by contributing one!

AZURE = Color(0.941176, 1, 1, 1)

There is currently no description for this constant. Please help us by contributing one!

BEIGE = Color(0.960784, 0.960784, 0.862745, 1)

There is currently no description for this constant. Please help us by contributing one!

BISQUE = Color(1, 0.894118, 0.768627, 1)

There is currently no description for this constant. Please help us by contributing one!

BLACK = Color(0, 0, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

BLANCHED_ALMOND = Color(1, 0.921569, 0.803922, 1)

There is currently no description for this constant. Please help us by contributing one!

BLUE = Color(0, 0, 1, 1)

There is currently no description for this constant. Please help us by contributing one!

BLUE_VIOLET = Color(0.541176, 0.168627, 0.886275, 1)

There is currently no description for this constant. Please help us by contributing one!

BROWN = Color(0.647059, 0.164706, 0.164706, 1)

There is currently no description for this constant. Please help us by contributing one!

BURLYWOOD = Color(0.870588, 0.721569, 0.529412, 1)

There is currently no description for this constant. Please help us by contributing one!

CADET_BLUE = Color(0.372549, 0.619608, 0.627451, 1)

There is currently no description for this constant. Please help us by contributing one!

CHARTREUSE = Color(0.498039, 1, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

CHOCOLATE = Color(0.823529, 0.411765, 0.117647, 1)

There is currently no description for this constant. Please help us by contributing one!

CORAL = Color(1, 0.498039, 0.313726, 1)

There is currently no description for this constant. Please help us by contributing one!

CORNFLOWER_BLUE = Color(0.392157, 0.584314, 0.929412, 1)

There is currently no description for this constant. Please help us by contributing one!

CORNSILK = Color(1, 0.972549, 0.862745, 1)

There is currently no description for this constant. Please help us by contributing one!

CRIMSON = Color(0.862745, 0.0784314, 0.235294, 1)

There is currently no description for this constant. Please help us by contributing one!

CYAN = Color(0, 1, 1, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_BLUE = Color(0, 0, 0.545098, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_CYAN = Color(0, 0.545098, 0.545098, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_GOLDENROD = Color(0.721569, 0.52549, 0.0431373, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_GRAY = Color(0.662745, 0.662745, 0.662745, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_GREEN = Color(0, 0.392157, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_KHAKI = Color(0.741176, 0.717647, 0.419608, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_MAGENTA = Color(0.545098, 0, 0.545098, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_OLIVE_GREEN = Color(0.333333, 0.419608, 0.184314, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_ORANGE = Color(1, 0.54902, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_ORCHID = Color(0.6, 0.196078, 0.8, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_RED = Color(0.545098, 0, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_SALMON = Color(0.913725, 0.588235, 0.478431, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_SEA_GREEN = Color(0.560784, 0.737255, 0.560784, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_SLATE_BLUE = Color(0.282353, 0.239216, 0.545098, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_SLATE_GRAY = Color(0.184314, 0.309804, 0.309804, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_TURQUOISE = Color(0, 0.807843, 0.819608, 1)

There is currently no description for this constant. Please help us by contributing one!

DARK_VIOLET = Color(0.580392, 0, 0.827451, 1)

There is currently no description for this constant. Please help us by contributing one!

DEEP_PINK = Color(1, 0.0784314, 0.576471, 1)

There is currently no description for this constant. Please help us by contributing one!

DEEP_SKY_BLUE = Color(0, 0.74902, 1, 1)

There is currently no description for this constant. Please help us by contributing one!

DIM_GRAY = Color(0.411765, 0.411765, 0.411765, 1)

There is currently no description for this constant. Please help us by contributing one!

DODGER_BLUE = Color(0.117647, 0.564706, 1, 1)

There is currently no description for this constant. Please help us by contributing one!

FIREBRICK = Color(0.698039, 0.133333, 0.133333, 1)

There is currently no description for this constant. Please help us by contributing one!

FLORAL_WHITE = Color(1, 0.980392, 0.941176, 1)

There is currently no description for this constant. Please help us by contributing one!

FOREST_GREEN = Color(0.133333, 0.545098, 0.133333, 1)

There is currently no description for this constant. Please help us by contributing one!

FUCHSIA = Color(1, 0, 1, 1)

There is currently no description for this constant. Please help us by contributing one!

GAINSBORO = Color(0.862745, 0.862745, 0.862745, 1)

There is currently no description for this constant. Please help us by contributing one!

GHOST_WHITE = Color(0.972549, 0.972549, 1, 1)

There is currently no description for this constant. Please help us by contributing one!

GOLD = Color(1, 0.843137, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

GOLDENROD = Color(0.854902, 0.647059, 0.12549, 1)

There is currently no description for this constant. Please help us by contributing one!

GRAY = Color(0.745098, 0.745098, 0.745098, 1)

There is currently no description for this constant. Please help us by contributing one!

GREEN = Color(0, 1, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

GREEN_YELLOW = Color(0.678431, 1, 0.184314, 1)

There is currently no description for this constant. Please help us by contributing one!

HONEYDEW = Color(0.941176, 1, 0.941176, 1)

There is currently no description for this constant. Please help us by contributing one!

HOT_PINK = Color(1, 0.411765, 0.705882, 1)

There is currently no description for this constant. Please help us by contributing one!

INDIAN_RED = Color(0.803922, 0.360784, 0.360784, 1)

There is currently no description for this constant. Please help us by contributing one!

INDIGO = Color(0.294118, 0, 0.509804, 1)

There is currently no description for this constant. Please help us by contributing one!

IVORY = Color(1, 1, 0.941176, 1)

There is currently no description for this constant. Please help us by contributing one!

KHAKI = Color(0.941176, 0.901961, 0.54902, 1)

There is currently no description for this constant. Please help us by contributing one!

LAVENDER = Color(0.901961, 0.901961, 0.980392, 1)

There is currently no description for this constant. Please help us by contributing one!

LAVENDER_BLUSH = Color(1, 0.941176, 0.960784, 1)

There is currently no description for this constant. Please help us by contributing one!

LAWN_GREEN = Color(0.486275, 0.988235, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

LEMON_CHIFFON = Color(1, 0.980392, 0.803922, 1)

There is currently no description for this constant. Please help us by contributing one!

LIGHT_BLUE = Color(0.678431, 0.847059, 0.901961, 1)

There is currently no description for this constant. Please help us by contributing one!

LIGHT_CORAL = Color(0.941176, 0.501961, 0.501961, 1)

There is currently no description for this constant. Please help us by contributing one!

LIGHT_CYAN = Color(0.878431, 1, 1, 1)

There is currently no description for this constant. Please help us by contributing one!

LIGHT_GOLDENROD = Color(0.980392, 0.980392, 0.823529, 1)

There is currently no description for this constant. Please help us by contributing one!

LIGHT_GRAY = Color(0.827451, 0.827451, 0.827451, 1)

There is currently no description for this constant. Please help us by contributing one!

LIGHT_GREEN = Color(0.564706, 0.933333, 0.564706, 1)

There is currently no description for this constant. Please help us by contributing one!

LIGHT_PINK = Color(1, 0.713726, 0.756863, 1)

There is currently no description for this constant. Please help us by contributing one!

LIGHT_SALMON = Color(1, 0.627451, 0.478431, 1)

There is currently no description for this constant. Please help us by contributing one!

LIGHT_SEA_GREEN = Color(0.12549, 0.698039, 0.666667, 1)

There is currently no description for this constant. Please help us by contributing one!

LIGHT_SKY_BLUE = Color(0.529412, 0.807843, 0.980392, 1)

There is currently no description for this constant. Please help us by contributing one!

LIGHT_SLATE_GRAY = Color(0.466667, 0.533333, 0.6, 1)

There is currently no description for this constant. Please help us by contributing one!

LIGHT_STEEL_BLUE = Color(0.690196, 0.768627, 0.870588, 1)

There is currently no description for this constant. Please help us by contributing one!

LIGHT_YELLOW = Color(1, 1, 0.878431, 1)

There is currently no description for this constant. Please help us by contributing one!

LIME = Color(0, 1, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

LIME_GREEN = Color(0.196078, 0.803922, 0.196078, 1)

There is currently no description for this constant. Please help us by contributing one!

LINEN = Color(0.980392, 0.941176, 0.901961, 1)

There is currently no description for this constant. Please help us by contributing one!

MAGENTA = Color(1, 0, 1, 1)

There is currently no description for this constant. Please help us by contributing one!

MAROON = Color(0.690196, 0.188235, 0.376471, 1)

There is currently no description for this constant. Please help us by contributing one!

MEDIUM_AQUAMARINE = Color(0.4, 0.803922, 0.666667, 1)

There is currently no description for this constant. Please help us by contributing one!

MEDIUM_BLUE = Color(0, 0, 0.803922, 1)

There is currently no description for this constant. Please help us by contributing one!

MEDIUM_ORCHID = Color(0.729412, 0.333333, 0.827451, 1)

There is currently no description for this constant. Please help us by contributing one!

MEDIUM_PURPLE = Color(0.576471, 0.439216, 0.858824, 1)

There is currently no description for this constant. Please help us by contributing one!

MEDIUM_SEA_GREEN = Color(0.235294, 0.701961, 0.443137, 1)

There is currently no description for this constant. Please help us by contributing one!

MEDIUM_SLATE_BLUE = Color(0.482353, 0.407843, 0.933333, 1)

There is currently no description for this constant. Please help us by contributing one!

MEDIUM_SPRING_GREEN = Color(0, 0.980392, 0.603922, 1)

There is currently no description for this constant. Please help us by contributing one!

MEDIUM_TURQUOISE = Color(0.282353, 0.819608, 0.8, 1)

There is currently no description for this constant. Please help us by contributing one!

MEDIUM_VIOLET_RED = Color(0.780392, 0.0823529, 0.521569, 1)

There is currently no description for this constant. Please help us by contributing one!

MIDNIGHT_BLUE = Color(0.0980392, 0.0980392, 0.439216, 1)

There is currently no description for this constant. Please help us by contributing one!

MINT_CREAM = Color(0.960784, 1, 0.980392, 1)

There is currently no description for this constant. Please help us by contributing one!

MISTY_ROSE = Color(1, 0.894118, 0.882353, 1)

There is currently no description for this constant. Please help us by contributing one!

MOCCASIN = Color(1, 0.894118, 0.709804, 1)

There is currently no description for this constant. Please help us by contributing one!

NAVAJO_WHITE = Color(1, 0.870588, 0.678431, 1)

There is currently no description for this constant. Please help us by contributing one!

NAVY_BLUE = Color(0, 0, 0.501961, 1)

There is currently no description for this constant. Please help us by contributing one!

OLD_LACE = Color(0.992157, 0.960784, 0.901961, 1)

There is currently no description for this constant. Please help us by contributing one!

OLIVE = Color(0.501961, 0.501961, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

OLIVE_DRAB = Color(0.419608, 0.556863, 0.137255, 1)

There is currently no description for this constant. Please help us by contributing one!

ORANGE = Color(1, 0.647059, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

ORANGE_RED = Color(1, 0.270588, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

ORCHID = Color(0.854902, 0.439216, 0.839216, 1)

There is currently no description for this constant. Please help us by contributing one!

PALE_GOLDENROD = Color(0.933333, 0.909804, 0.666667, 1)

There is currently no description for this constant. Please help us by contributing one!

PALE_GREEN = Color(0.596078, 0.984314, 0.596078, 1)

There is currently no description for this constant. Please help us by contributing one!

PALE_TURQUOISE = Color(0.686275, 0.933333, 0.933333, 1)

There is currently no description for this constant. Please help us by contributing one!

PALE_VIOLET_RED = Color(0.858824, 0.439216, 0.576471, 1)

There is currently no description for this constant. Please help us by contributing one!

PAPAYA_WHIP = Color(1, 0.937255, 0.835294, 1)

There is currently no description for this constant. Please help us by contributing one!

PEACH_PUFF = Color(1, 0.854902, 0.72549, 1)

There is currently no description for this constant. Please help us by contributing one!

PERU = Color(0.803922, 0.521569, 0.247059, 1)

There is currently no description for this constant. Please help us by contributing one!

PINK = Color(1, 0.752941, 0.796078, 1)

There is currently no description for this constant. Please help us by contributing one!

PLUM = Color(0.866667, 0.627451, 0.866667, 1)

There is currently no description for this constant. Please help us by contributing one!

POWDER_BLUE = Color(0.690196, 0.878431, 0.901961, 1)

There is currently no description for this constant. Please help us by contributing one!

PURPLE = Color(0.627451, 0.12549, 0.941176, 1)

There is currently no description for this constant. Please help us by contributing one!

REBECCA_PURPLE = Color(0.4, 0.2, 0.6, 1)

There is currently no description for this constant. Please help us by contributing one!

RED = Color(1, 0, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

ROSY_BROWN = Color(0.737255, 0.560784, 0.560784, 1)

There is currently no description for this constant. Please help us by contributing one!

ROYAL_BLUE = Color(0.254902, 0.411765, 0.882353, 1)

There is currently no description for this constant. Please help us by contributing one!

SADDLE_BROWN = Color(0.545098, 0.270588, 0.0745098, 1)

There is currently no description for this constant. Please help us by contributing one!

SALMON = Color(0.980392, 0.501961, 0.447059, 1)

There is currently no description for this constant. Please help us by contributing one!

SANDY_BROWN = Color(0.956863, 0.643137, 0.376471, 1)

There is currently no description for this constant. Please help us by contributing one!

SEA_GREEN = Color(0.180392, 0.545098, 0.341176, 1)

There is currently no description for this constant. Please help us by contributing one!

SEASHELL = Color(1, 0.960784, 0.933333, 1)

There is currently no description for this constant. Please help us by contributing one!

SIENNA = Color(0.627451, 0.321569, 0.176471, 1)

There is currently no description for this constant. Please help us by contributing one!

SILVER = Color(0.752941, 0.752941, 0.752941, 1)

There is currently no description for this constant. Please help us by contributing one!

SKY_BLUE = Color(0.529412, 0.807843, 0.921569, 1)

There is currently no description for this constant. Please help us by contributing one!

SLATE_BLUE = Color(0.415686, 0.352941, 0.803922, 1)

There is currently no description for this constant. Please help us by contributing one!

SLATE_GRAY = Color(0.439216, 0.501961, 0.564706, 1)

There is currently no description for this constant. Please help us by contributing one!

SNOW = Color(1, 0.980392, 0.980392, 1)

There is currently no description for this constant. Please help us by contributing one!

SPRING_GREEN = Color(0, 1, 0.498039, 1)

There is currently no description for this constant. Please help us by contributing one!

STEEL_BLUE = Color(0.27451, 0.509804, 0.705882, 1)

There is currently no description for this constant. Please help us by contributing one!

TAN = Color(0.823529, 0.705882, 0.54902, 1)

There is currently no description for this constant. Please help us by contributing one!

TEAL = Color(0, 0.501961, 0.501961, 1)

There is currently no description for this constant. Please help us by contributing one!

THISTLE = Color(0.847059, 0.74902, 0.847059, 1)

There is currently no description for this constant. Please help us by contributing one!

TOMATO = Color(1, 0.388235, 0.278431, 1)

There is currently no description for this constant. Please help us by contributing one!

TRANSPARENT = Color(1, 1, 1, 0)

There is currently no description for this constant. Please help us by contributing one!

TURQUOISE = Color(0.25098, 0.878431, 0.815686, 1)

There is currently no description for this constant. Please help us by contributing one!

VIOLET = Color(0.933333, 0.509804, 0.933333, 1)

There is currently no description for this constant. Please help us by contributing one!

WEB_GRAY = Color(0.501961, 0.501961, 0.501961, 1)

There is currently no description for this constant. Please help us by contributing one!

WEB_GREEN = Color(0, 0.501961, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

WEB_MAROON = Color(0.501961, 0, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

WEB_PURPLE = Color(0.501961, 0, 0.501961, 1)

There is currently no description for this constant. Please help us by contributing one!

WHEAT = Color(0.960784, 0.870588, 0.701961, 1)

There is currently no description for this constant. Please help us by contributing one!

WHITE = Color(1, 1, 1, 1)

There is currently no description for this constant. Please help us by contributing one!

WHITE_SMOKE = Color(0.960784, 0.960784, 0.960784, 1)

There is currently no description for this constant. Please help us by contributing one!

YELLOW = Color(1, 1, 0, 1)

There is currently no description for this constant. Please help us by contributing one!

YELLOW_GREEN = Color(0.603922, 0.803922, 0.196078, 1)

There is currently no description for this constant. Please help us by contributing one!


Property Descriptions

float a = 1.0

There is currently no description for this property. Please help us by contributing one!


int a8 = 255

There is currently no description for this property. Please help us by contributing one!


float b = 0.0

There is currently no description for this property. Please help us by contributing one!


int b8 = 0

There is currently no description for this property. Please help us by contributing one!


float g = 0.0

There is currently no description for this property. Please help us by contributing one!


int g8 = 0

There is currently no description for this property. Please help us by contributing one!


float h = 0.0

There is currently no description for this property. Please help us by contributing one!


float r = 0.0

There is currently no description for this property. Please help us by contributing one!


int r8 = 0

There is currently no description for this property. Please help us by contributing one!


float s = 0.0

There is currently no description for this property. Please help us by contributing one!


float v = 0.0

There is currently no description for this property. Please help us by contributing one!


Constructor Descriptions

Color Color ( )

There is currently no description for this constructor. Please help us by contributing one!


Color Color ( Color from, float alpha )

There is currently no description for this constructor. Please help us by contributing one!


Color Color ( Color from )

There is currently no description for this constructor. Please help us by contributing one!


Color Color ( String code )

There is currently no description for this constructor. Please help us by contributing one!


Color Color ( String code, float alpha )

There is currently no description for this constructor. Please help us by contributing one!


Color Color ( float r, float g, float b )

There is currently no description for this constructor. Please help us by contributing one!


Color Color ( float r, float g, float b, float a )

There is currently no description for this constructor. Please help us by contributing one!


Method Descriptions

Color blend ( Color over ) const

There is currently no description for this method. Please help us by contributing one!


Color clamp ( Color min=Color(0, 0, 0, 0), Color max=Color(1, 1, 1, 1) ) const

There is currently no description for this method. Please help us by contributing one!


Color darkened ( float amount ) const

There is currently no description for this method. Please help us by contributing one!


Color from_hsv ( float h, float s, float v, float alpha=1.0 ) static

There is currently no description for this method. Please help us by contributing one!


Color from_ok_hsl ( float h, float s, float l, float alpha=1.0 ) static

There is currently no description for this method. Please help us by contributing one!


Color from_rgbe9995 ( int rgbe ) static

There is currently no description for this method. Please help us by contributing one!


Color from_string ( String str, Color default ) static

There is currently no description for this method. Please help us by contributing one!


float get_luminance ( ) const

There is currently no description for this method. Please help us by contributing one!


Color hex ( int hex ) static

There is currently no description for this method. Please help us by contributing one!


Color hex64 ( int hex ) static

There is currently no description for this method. Please help us by contributing one!


Color html ( String rgba ) static

There is currently no description for this method. Please help us by contributing one!


bool html_is_valid ( String color ) static

There is currently no description for this method. Please help us by contributing one!


Color inverted ( ) const

There is currently no description for this method. Please help us by contributing one!


bool is_equal_approx ( Color to ) const

There is currently no description for this method. Please help us by contributing one!


Color lerp ( Color to, float weight ) const

There is currently no description for this method. Please help us by contributing one!


Color lightened ( float amount ) const

There is currently no description for this method. Please help us by contributing one!


Color linear_to_srgb ( ) const

There is currently no description for this method. Please help us by contributing one!


Color srgb_to_linear ( ) const

There is currently no description for this method. Please help us by contributing one!


int to_abgr32 ( ) const

There is currently no description for this method. Please help us by contributing one!


int to_abgr64 ( ) const

There is currently no description for this method. Please help us by contributing one!


int to_argb32 ( ) const

There is currently no description for this method. Please help us by contributing one!


int to_argb64 ( ) const

There is currently no description for this method. Please help us by contributing one!


String to_html ( bool with_alpha=true ) const

There is currently no description for this method. Please help us by contributing one!


int to_rgba32 ( ) const

There is currently no description for this method. Please help us by contributing one!


int to_rgba64 ( ) const

There is currently no description for this method. Please help us by contributing one!


Operator Descriptions

bool operator != ( Color right )

There is currently no description for this operator. Please help us by contributing one!


Color operator * ( Color right )

There is currently no description for this operator. Please help us by contributing one!


Color operator * ( float right )

There is currently no description for this operator. Please help us by contributing one!


Color operator * ( int right )

There is currently no description for this operator. Please help us by contributing one!


Color operator + ( Color right )

There is currently no description for this operator. Please help us by contributing one!


Color operator - ( Color right )

There is currently no description for this operator. Please help us by contributing one!


Color operator / ( Color right )

There is currently no description for this operator. Please help us by contributing one!


Color operator / ( float right )

There is currently no description for this operator. Please help us by contributing one!


Color operator / ( int right )

There is currently no description for this operator. Please help us by contributing one!


bool operator == ( Color right )

There is currently no description for this operator. Please help us by contributing one!


float operator [] ( int index )

There is currently no description for this operator. Please help us by contributing one!


Color operator unary+ ( )

There is currently no description for this operator. Please help us by contributing one!


Color operator unary- ( )

There is currently no description for this operator. Please help us by contributing one!