Meta_GradientPanelStyle
Module: Metanodes / Definitions
A GradientPanelStyle provides a simple background gradient for a panel or stack.
#include <meta_gui.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_Borders, Idx_StartColour, Idx_EndColour, Idx_Angle } Property index. |
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Borders | vec2f - Specifies padding around the edge of the styled object | |
Idx_StartColour | vec4f - Specifies the start colour; RGBA 0.0f to 1.0f | |
Idx_EndColour | vec4f - Specifies the end colour; RGBA 0.0f to 1.0f | |
Idx_Angle | float - Specifies the angle (degrees) of the gradient which defines the direction |
Property index.