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 (in [0, 100], default 0.0)
- Type:
float
- use_full_resolution
Sample every pixel of the image (default False)
- Type:
bool
- vectorscope_alpha
Opacity of the points (in [0, 1], default 0.0)
- Type:
float
- vectorscope_mode
(default
'RGB')- Type:
Literal[‘LUMA’, ‘RGB’]
- waveform_alpha
Opacity of the points (in [0, 1], default 0.0)
- Type:
float
- waveform_mode
(default
'LUMA')- Type:
Literal[‘LUMA’, ‘PARADE’, ‘YCBCR601’, ‘YCBCR709’, ‘YCBCRJPG’, ‘RGB’]
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type