Skip to main content

Class Bh1745.ChannelMultipliers

Channel compensation multipliers used to compensate the four (4) color channels of the Bh1745

Assembly: Bh1745.dll
View Source
Declaration
public class Bh1745.ChannelMultipliers

Properties

Red

Multiplier for the red color channel

View Source
Declaration
public double Red { get; set; }

Green

Multiplier for the green color channel

View Source
Declaration
public double Green { get; set; }

Blue

Multiplier for the blue color channel

View Source
Declaration
public double Blue { get; set; }

Clear

Multiplier for the clear color channel.

View Source
Declaration
public double Clear { get; set; }