Meta_GradientPoint
Module: Metanodes / Definitions
A GradientPoint is used to describe a colour point in a Meta_Gradient.
#include <meta_gui.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_Position, Idx_Colour } Property index. |
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Position | float - The position of this point within the range of the parent gradient | |
Idx_Colour | vec4f - The colour at this point in the gradient; RGBA 0.0f to 1.0f |
Property index.