Histogram(bpy_struct)

base class — bpy_struct

class bpy.types.Histogram(bpy_struct)

Statistical view of the levels of color in an image

mode

Channels to display when drawing the histogram

  • LUMA Luma, Luma.
  • RGB RGB, Red Green Blue.
  • R R, Red.
  • G G, Green.
  • B B, Blue.
  • A A, Alpha.
Type:enum in [‘LUMA’, ‘RGB’, ‘R’, ‘G’, ‘B’, ‘A’], default ‘LUMA’
show_line

Display lines rather than filled shapes

Type:boolean, default False

Inherited Properties

Inherited Functions

References