Window#

class Window(end=255, max=255, min=0, start=0)[source]#

The range of values within a channel.

Parameters:
  • end (Number) –

  • max (Number) –

  • min (Number) –

  • start (Number) –

end#

The end of the window.

Type:

int

max#

The maximum value in the window.

Type:

int

min#

The minimum value in the window.

Type:

int

start#

The start of the window.

Type:

int

Methods

Attributes