Class CmykMixerChannel

CmykMixerChannel class

CmykChannel. It’s wrapper for channel raw data. Used in MixrResource

public class CmykMixerChannel : MixerChannel

Constructors

NameDescription
CmykMixerChannel(byte[])Initializes a new instance of the CmykMixerChannel class.

Properties

NameDescription
Black { get; set; }Gets or sets the black.
Constant { get; set; }Gets or sets the constant.of channel.
Cyan { get; set; }Gets or sets the cyan.
Magenta { get; set; }Gets or sets the magenta.
Yellow { get; set; }Gets or sets the yellow.

Methods

NameDescription
GetRawData()Gets the raw data.

See Also