#include <gradient.h>
Represents a knot in a gradient.
Static Public Member Functions | |
static maxon::Result< void > | DescribeIO (const maxon::DataSerializeInterface &stream) |
Public Attributes | |
Color | col |
Float | brightness |
Float | pos |
Float | bias |
Int32 | index |
GRADIENT_INTERPOLATION_TYPE | interpolation |
|
static |
Color col |
Color.
Float brightness |
Brightness.
Float pos |
Position.
Float bias |
Bias.
Int32 index |
Knot ID in GradientInterface, knot index in GradientRenderDataInterface.
GRADIENT_INTERPOLATION_TYPE interpolation |