base class — bpy_struct
Color ramp mapping a scalar value to a color
Type : | ColorRampElements bpy_prop_collection of ColorRampElement, (readonly) |
---|
Type : | enum in [‘EASE’, ‘CARDINAL’, ‘LINEAR’, ‘B_SPLINE’, ‘CONSTANT’], default ‘LINEAR’ |
---|
Evaluate ColorRamp
Parameters: | position (float in [0, 1]) – Position, Evaluate ColorRamp at position |
---|---|
Returns: | Color, Color at given position |
Return type: | float array of 4 items in [-inf, inf] |
Inherited Properties
Inherited Functions
References