Meta_ColouredSeparatorStyle
Module: Metanodes / Definitions
A ColouredSeparatorStyle provides styling options for Meta_Separator.
#include <meta_gui.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_BorderSize, Idx_Thickness, Idx_Colour } Property index. |
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_BorderSize | vec2f - Border size (padding) | |
Idx_Thickness | float - Separator line thickness | |
Idx_Colour | vec4f - Colour; RGBA 0.0f to 1.0f |
Property index.