-
Notifications
You must be signed in to change notification settings - Fork 0
class_styleboxflat
reduz edited this page Feb 23, 2014
·
8 revisions
Inherits: stylebox\ Category: Core\
Stylebox of a single color.
- void #set_bg_color( Color color )
- Color #get_bg_color(****) const
- void #set_light_color( Color color )
- Color #get_light_color(****) const
- void #set_dark_color( Color color )
- Color #get_dark_color(****) const
- void #set_border_size( int size )
- int #get_border_size(****) const
- void #set_border_blend( bool blend )
- bool #get_border_blend(****) const
- void #set_draw_center( bool size )
- bool #get_draw_center(****) const
Stylebox of a single color. Displays the stylebox of a single color, alternatively a border with light/dark colors can be assigned.