Skip to main content

Meta_ColouredPanelStyle

Module: Metanodes / Definitions

A ColouredPanelStyle provides a background colour for a panel or stack.

#include <meta_gui.hpp>

Public Types

TypeName
enumIDX { Idx_Borders, Idx_BGColour, Idx_EdgeThickness, Idx_EdgeColour, Idx_MultiplyEdge }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Bordersvec2f - Specifies padding around the edge of the styled object
Idx_BGColourvec4f - Specifies the background colour; RGBA 0.0f to 1.0f
Idx_EdgeThicknessvec2f - Specifies the thickness of edge to draw around the overall frame
Idx_EdgeColourvec4f - Specifies the edge colour; RGBA 0.0f to 1.0f
Idx_MultiplyEdgebool - Specifies whether the edge colour should multiply with the background colour

Property index.