ColorGpencilModifier(GpencilModifier)¶
base classes — bpy_struct
, GpencilModifier
-
class
bpy.types.
ColorGpencilModifier
(GpencilModifier)¶ Change Hue/Saturation modifier
-
create_materials
¶ When apply modifier, create new material
Type: boolean, default False
-
hue
¶ Color Hue
Type: float in [0, 1], default 0.0
-
invert_layer_pass
¶ Inverse filter
Type: boolean, default False
-
invert_layers
¶ Inverse filter
Type: boolean, default False
-
invert_material_pass
¶ Inverse filter
Type: boolean, default False
-
invert_materials
¶ Inverse filter
Type: boolean, default False
-
layer
¶ Layer name
Type: string, default “”, (never None)
-
layer_pass
¶ Layer pass index
Type: int in [0, 100], default 0
-
material
¶ Material name
Type: string, default “”, (never None)
-
modify_color
¶ Set what colors of the stroke are affected
BOTH
Both, Modify fill and stroke colors.STROKE
Stroke, Modify stroke color only.FILL
Fill, Modify fill color only.
Type: enum in [‘BOTH’, ‘STROKE’, ‘FILL’], default ‘BOTH’
-
pass_index
¶ Pass index
Type: int in [0, 100], default 0
-
saturation
¶ Color Saturation
Type: float in [0, 2], default 0.0
-
value
¶ Color Value
Type: float in [0, 2], default 0.0
-
classmethod
bl_rna_get_subclass
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The RNA type or default when not found. Return type: bpy.types.Struct
subclass
-
classmethod
bl_rna_get_subclass_py
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The class or default when not found. Return type: type
-
Inherited Properties
Inherited Functions