Skip to main content

Meta_GradientPoint

Module: Metanodes / Definitions

A GradientPoint is used to describe a colour point in a Meta_Gradient.

#include <meta_gui.hpp>

Public Types

TypeName
enumIDX { Idx_Position, Idx_Colour }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Positionfloat - The position of this point within the range of the parent gradient
Idx_Colourvec4f - The colour at this point in the gradient; RGBA 0.0f to 1.0f

Property index.