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
histogram

Histogram for viewing image statistics

Type :Histogram, (readonly)
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’, ‘RGB’, ‘YCBCR601’, ‘YCBCR709’, ‘YCBCRJPG’], default ‘LUMA’

Inherited Properties

Inherited Functions

References

Previous topic

SceneSequence(Sequence)

Next topic

Screen(ID)