base class — bpy_struct
Color ramp mapping a scalar value to a color
Set color mode to use for interpolation
Type: | enum in [‘RGB’, ‘HSV’, ‘HSL’], default ‘RGB’ |
---|
Type: | ColorRampElements bpy_prop_collection of ColorRampElement, (readonly) |
---|
Set color interpolation
Type: | enum in [‘NEAR’, ‘FAR’, ‘CW’, ‘CCW’], default ‘NEAR’ |
---|
Set interpolation between color stops
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