MythTV
master
|
#include <libmythfreemheg/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} |
Definition at line 82 of file freemheg.h.
|
inline |
Definition at line 85 of file freemheg.h.
|
default |
|
inline |
Definition at line 88 of file freemheg.h.
Referenced by MHIText::AddText(), MHIDLA::DrawLineSub(), MHIDLA::DrawPoly(), MHIContext::DrawRect(), and MHIDLA::DrawRect().
|
inline |
Definition at line 89 of file freemheg.h.
Referenced by MHIText::AddText(), MHIDLA::DrawLineSub(), MHIDLA::DrawPoly(), MHIContext::DrawRect(), and MHIDLA::DrawRect().
|
inline |
Definition at line 90 of file freemheg.h.
Referenced by MHIText::AddText(), MHIDLA::DrawLineSub(), MHIDLA::DrawPoly(), MHIContext::DrawRect(), and MHIDLA::DrawRect().
|
inline |
Definition at line 91 of file freemheg.h.
Referenced by MHIText::AddText(), MHIDLA::DrawLineSub(), MHIDLA::DrawPoly(), MHIContext::DrawRect(), MHIDLA::DrawRect(), and MHRectangle::GetOpaqueArea().
|
private |
Definition at line 93 of file freemheg.h.
|
private |
Definition at line 93 of file freemheg.h.
|
private |
Definition at line 93 of file freemheg.h.
|
private |
Definition at line 93 of file freemheg.h.