Searched refs:FXSYS_GetRValue (Results 1 – 5 of 5) sorted by relevance
42 return FXARGB_MAKE(a, FXSYS_GetRValue(rgb), FXSYS_GetGValue(rgb), in ArgbEncode()1236 fr = FXSYS_GetRValue(forecolor);1239 br = FXSYS_GetRValue(backcolor);
75 #define FXSYS_GetRValue(rgb) ((rgb)&0xff) macro
144 int fr = FXSYS_GetRValue(m_ForeColor); in TranslateColor()147 int br = FXSYS_GetRValue(m_BackColor); in TranslateColor()
139 return FXSYS_RGB(m_Samples[FXSYS_GetRValue(rgb)], in TranslateColor()
791 pArray->AddNumber((FX_FLOAT)FXSYS_GetRValue(color) / 255.0f); in SetColor()