Searched refs:SetFontColor (Results 1 – 3 of 3) sorted by relevance
162 void SetFontColor(const f32 red, const f32 green,
181 void TextsRenderData::SetFontColor(const f32 red, const f32 green, in SetFontColor() function in demo::TextsRenderData
504 m_TextsRenderData.SetFontColor(m_Color[0], m_Color[1], m_Color[2], m_Color[3]); in DrawTextBuffer()