Skip to main content

Meta_ColouredLabelStyle

Module: Metanodes / Definitions

Public Classes

TypeName
classLabelStyleUpgrader

Public Types

TypeName
enumIDX { Idx_BGColour, Idx_TextSize, Idx_TextColour, Idx_Font, Idx_TextPadding, Idx_HAlign, Idx_VAlign, Idx_Borders, Idx_HighlightColour }

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_BGColourvec4f - Background colour; RGBA 0.0f to 1.0f
Idx_TextSizefloat - Scalar applied to text to control its size
Idx_TextColourvec4f - Text colour; RGBA 0.0f to 1.0f
Idx_Fontlink - Font to use to display the text (Meta_Font)
Idx_TextPaddingvec2f - Padding around text
Idx_HAlignHAlign (int) - How to align the objects horizontally
Idx_VAlignVAlign (int) - How to align the objects vertically
Idx_Bordersvec2f - Padding around the edge of the button
Idx_HighlightColourThe background colour for highlighted text, used in TextBox only.