MythTV  master
Public Member Functions | Private Attributes | List of all members
MHRgba Class Reference

#include <freemheg.h>

Public Member Functions

 MHRgba (int red, int green, int blue, int alpha)
 
 MHRgba ()=default
 
int red () const
 
int green () const
 
int blue () const
 
int alpha () const
 

Private Attributes

unsigned char m_red {0}
 
unsigned char m_green {0}
 
unsigned char m_blue {0}
 
unsigned char m_alpha {0}
 

Detailed Description

Definition at line 82 of file freemheg.h.

Constructor & Destructor Documentation

◆ MHRgba() [1/2]

MHRgba::MHRgba ( int  red,
int  green,
int  blue,
int  alpha 
)
inline

Definition at line 85 of file freemheg.h.

◆ MHRgba() [2/2]

MHRgba::MHRgba ( )
default

Member Function Documentation

◆ red()

int MHRgba::red ( ) const
inline

◆ green()

int MHRgba::green ( ) const
inline

◆ blue()

int MHRgba::blue ( ) const
inline

◆ alpha()

int MHRgba::alpha ( ) const
inline

Member Data Documentation

◆ m_red

unsigned char MHRgba::m_red {0}
private

Definition at line 93 of file freemheg.h.

◆ m_green

unsigned char MHRgba::m_green {0}
private

Definition at line 93 of file freemheg.h.

◆ m_blue

unsigned char MHRgba::m_blue {0}
private

Definition at line 93 of file freemheg.h.

◆ m_alpha

unsigned char MHRgba::m_alpha {0}
private

Definition at line 93 of file freemheg.h.


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