Scopes(bpy_struct)#
base class — bpy_struct
- class bpy.types.Scopes(bpy_struct)#
Scopes for statistical view of an image
- accuracy#
Proportion of original image source pixel lines to sample
- Type:
float in [0, 100], default 0.0
- use_full_resolution#
Sample every pixel of the image
- Type:
boolean, default False
- vectorscope_alpha#
Opacity of the points
- Type:
float in [0, 1], default 0.0
- vectorscope_mode#
- Type:
enum in [‘LUMA’, ‘RGB’], default ‘RGB’
- waveform_alpha#
Opacity of the points
- Type:
float in [0, 1], default 0.0
- waveform_mode#
- Type:
enum in [‘LUMA’, ‘PARADE’, ‘YCBCR601’, ‘YCBCR709’, ‘YCBCRJPG’, ‘RGB’], default ‘LUMA’
- 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
References