Searched refs:FXSYS_GetRValue (Results 1 – 5 of 5) sorted by relevance
35 return FXARGB_MAKE(a, FXSYS_GetRValue(rgb), FXSYS_GetGValue(rgb), FXSYS_GetBValue(rgb)); in ArgbEncode()1207 fr = FXSYS_GetRValue(forecolor);1210 br = FXSYS_GetRValue(backcolor);
72 #define FXSYS_GetRValue(rgb) ((rgb) & 0xff) macro
170 int fr = FXSYS_GetRValue(m_ForeColor); in TranslateColor()173 int br = FXSYS_GetRValue(m_BackColor); in TranslateColor()
117 return FXSYS_RGB(m_Samples[FXSYS_GetRValue(rgb)], m_Samples[256 + FXSYS_GetGValue(rgb)], in TranslateColor()
941 pArray->AddNumber((FX_FLOAT)FXSYS_GetRValue(color) / 255.0f); in SetColor()