Skip to main content

Meta_TexturedPanelStyle

Module: Metanodes / Definitions

A TexturedPanelStyle provides an image background for a panel or stack.

#include <meta_gui.hpp>

Public Types

TypeName
enumIDX { Idx_Borders, Idx_Texture, Idx_TextureRect, Idx_CornerSize, Idx_CornerTextureSize, Idx_TextureRot }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Bordersvec2f - Specifies padding around the edge of the styled object
Idx_Texturelink - The texture to display on the background
Idx_TextureRectvec4f - Section of the texture to be used, specified in normalised UV coordinates
Idx_CornerSizevec2f - Size of the corners in panel units
Idx_CornerTextureSizevec2f - Size of the corner graphics in the texture, in UV coordinates
Idx_TextureRotfloat - Rotation of the texture (degrees)

Property index.