Logo
Public Member Functions | Public Attributes | List of all members
SharpKmyGfx::Color Class Reference

#include <Color.h>

Public Member Functions

 Color (float _r, float _g, float _b, float _a)
 
 Color (Color c, float _a)
 
 Color (byte _r, byte _g, byte _b)
 

Public Attributes

float r
 
float g
 
float b
 
float a
 

Constructor & Destructor Documentation

◆ Color() [1/3]

SharpKmyGfx::Color::Color ( float  _r,
float  _g,
float  _b,
float  _a 
)

◆ Color() [2/3]

SharpKmyGfx::Color::Color ( Color  c,
float  _a 
)

◆ Color() [3/3]

SharpKmyGfx::Color::Color ( byte  _r,
byte  _g,
byte  _b 
)

Member Data Documentation

◆ a

float SharpKmyGfx::Color::a

◆ b

float SharpKmyGfx::Color::b

◆ g

float SharpKmyGfx::Color::g

◆ r

float SharpKmyGfx::Color::r