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
-
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’
-
Inherited Properties
Inherited Functions
References