Untitled

Published May 24, 2006
Advertisement
I decided to start my development session today by switching it up a little. Whee new GUI style!!!



typedef pawn::gui::Defaultstyle< pawn::ogl::OGLGfxAdapter > hstyle;
hstyle::setBackgroundColor( gfx.makeColor( 64, 70, 64 ) );
hstyle::setBorderColor( gfx.makeColor( 255, 255, 255 ) );
hstyle::setBorderSize( 1 );
hstyle::setForegroundColor( gfx.makeColor( 154, 164, 154 ) );
hstyle::setHighlightColor( gfx.makeColor( 255, 255, 255 ) );
hstyle::setShadowColor( gfx.makeColor( 118, 128, 118 ) );
hstyle::setTextColor( gfx.makeColor( 192, 192, 192 ) );
hstyle::setTitleBarColor( gfx.makeColor( 10, 90, 20 ) );
hstyle::setTitleBarSize( 20 );
hstyle::setTitleTextColor( gfx.makeColor( 255, 255, 255 ) );
Previous Entry Untitled
Next Entry Untitled
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Untitled

5356 views

Untitled

1048 views

Untitled

1191 views

Untitled

1106 views

Untitled

1151 views

Untitled

1437 views

Untitled

1103 views

Untitled

1004 views

Untitled

1010 views

Untitled

1188 views
Advertisement