RGBAColor

Fields

float red
float green
float blue
float alpha

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