Skip to main content

Meta_GradientPanelStyle

Module: Metanodes / Definitions

A GradientPanelStyle provides a simple background gradient for a panel or stack.

#include <meta_gui.hpp>

Public Types

TypeName
enumIDX { Idx_Borders, Idx_StartColour, Idx_EndColour, Idx_Angle }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Bordersvec2f - Specifies padding around the edge of the styled object
Idx_StartColourvec4f - Specifies the start colour; RGBA 0.0f to 1.0f
Idx_EndColourvec4f - Specifies the end colour; RGBA 0.0f to 1.0f
Idx_Anglefloat - Specifies the angle (degrees) of the gradient which defines the direction

Property index.