ColorRamp(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
ColorRamp
(bpy_struct)¶ Color ramp mapping a scalar value to a color
-
color_mode
¶ Set color mode to use for interpolation
Type: enum in [‘RGB’, ‘HSV’, ‘HSL’], default ‘RGB’
-
elements
¶ Type: ColorRampElements
bpy_prop_collection
ofColorRampElement
, (readonly)
-
hue_interpolation
¶ Set color interpolation
Type: enum in [‘NEAR’, ‘FAR’, ‘CW’, ‘CCW’], default ‘NEAR’
-
interpolation
¶ Set interpolation between color stops
Type: enum in [‘EASE’, ‘CARDINAL’, ‘LINEAR’, ‘B_SPLINE’, ‘CONSTANT’], default ‘LINEAR’
-
evaluate
(position)¶ 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