Photon 1.0.0
Loading...
Searching...
No Matches
color Struct Reference

#include <Bitmap.h>

Public Member Functions

 color ()
 
 color (byte r, byte g, byte b, byte a)
 
 color (web_color c)
 
bool operator== (color c) const
 
bool operator!= (color c) const
 

Public Attributes

byte r
 
byte g
 
byte b
 
byte a
 

Constructor & Destructor Documentation

◆ color() [1/3]

color::color ( )
inline

◆ color() [2/3]

color::color ( byte  r,
byte  g,
byte  b,
byte  a 
)
inline

◆ color() [3/3]

color::color ( web_color  c)
inline

Member Function Documentation

◆ operator!=()

bool color::operator!= ( color  c) const
inline

◆ operator==()

bool color::operator== ( color  c) const
inline

Member Data Documentation

◆ a

byte color::a

◆ b

byte color::b

◆ g

byte color::g

◆ r

byte color::r

The documentation for this struct was generated from the following file: