Window#

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

The range of values within a channel. .. attribute:: end

The end of the window.

type:

int

Parameters:
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

end

max

min

start