RGBAColor

Fields

float

red

float

green

float

blue

float

alpha

Functions

RGBAColor

RGBAColor

RGBAColor

bool

operator==

bool

operator!=

Detailed Description

struct RGBAColor

Public Functions

inline RGBAColor()
inline RGBAColor(float r, float g, float b)
inline RGBAColor(float r, float g, float b, float a)
inline bool operator==(RGBAColor const &c) const
inline bool operator!=(RGBAColor const &c) const

Public Members

float red
float green
float blue
float alpha