Channel

class Channel(active=True, coefficient=1.0, color='FF0000', family='linear', inverted=False, label='Red', window=<factory>)[source]

Description of a single channel.

Parameters:
active

Whether the channel is active by default.

Type:

bool

color

The color of the channel in hexadecimal format. E.g. “FF0000” for red.

Type:

str

family

The family of the channel. E.g. “linear”.

Type:

str

inverted

Whether the channel is inverted.

Type:

bool

window

The min and max values represented in the channel.

Type:

Window

Methods

Attributes

active

coefficient

color

family

inverted

label

window