class_styleboxflat - vkbsb/godot GitHub Wiki
StyleBoxFlat
####Inherits: StyleBox ####Category: Core
Brief Description
Stylebox of a single color.
Member Functions
- 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
Description
Stylebox of a single color. Displays the stylebox of a single color, alternatively a border with light/dark colors can be assigned.