DrawSetTextColor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (added class)
mNo edit summary
 
Line 1: Line 1:
{{navbar|DrawSetTextFont|ISurface|DrawSetTextPos}}
{{navbar|DrawSetTextFont|ISurface|DrawSetTextPos}}
=void [[ISurface]]::'''DrawSetTextColor'''(int r, int g, int b, int a)<br>void [[ISurface]]::'''DrawSetTextColor'''(Color col)=
void [[ISurface]]::'''DrawSetTextColor'''(int r, int g, int b, int a)
void [[ISurface]]::'''DrawSetTextColor'''(Color col)
Use this with other functions to set how to draw text.
Use this with other functions to set how to draw text.
[[Category:ISurface]]
[[Category:ISurface]]

Latest revision as of 19:58, 30 August 2011


void ISurface::DrawSetTextColor(int r, int g, int b, int a)
void ISurface::DrawSetTextColor(Color col)

Use this with other functions to set how to draw text.