libvisio::Colour Struct Reference

#include <VSDTypes.h>

Public Member Functions

 Colour (unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha)
 Colour ()
bool operator== (const Colour &col) const
bool operator!= (const Colour &col) const
bool operator! () const

Public Attributes

unsigned char r
unsigned char g
unsigned char b
unsigned char a

Constructor & Destructor Documentation

◆ Colour() [1/2]

libvisio::Colour::Colour ( unsigned char red,
unsigned char green,
unsigned char blue,
unsigned char alpha )
inline

Referenced by operator!=(), and operator==().

◆ Colour() [2/2]

libvisio::Colour::Colour ( )
inline

Member Function Documentation

◆ operator!()

bool libvisio::Colour::operator! ( ) const
inline

◆ operator!=()

bool libvisio::Colour::operator!= ( const Colour & col) const
inline

◆ operator==()

bool libvisio::Colour::operator== ( const Colour & col) const
inline

Referenced by operator!=().

Member Data Documentation

◆ a

◆ b

◆ g

◆ r


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

Generated for libvisio by doxygen 1.14.0