Driver SDK 4.2.0
aur::ADA::ChannelDefinition Class Reference

#include <DriverInfo.h>

Classes

union  Params
 

Public Member Functions

 ChannelDefinition () noexcept
 
 ChannelDefinition (const TInk &)
 
bool operator== (const ChannelDefinition &) const
 
void FromJson (const jsonxx::Object &)
 
void ToJson (jsonxx::Object &) const
 
void FromXML (const ACPL::XML::Node &)
 
ACPL::XML::Node * ToXML () const
 

Public Attributes

ACPL::String name
 Name of the channel. More...
 
ACPL::String displayName
 Display name of the channel if different. More...
 
ScreenType screening
 Screening type of the channel. More...
 
double Lab [3]
 CIELab color that describes the color of the channel for preview purposes. More...
 
bool on
 Flag to indicate if this channel will be output or not. More...
 
int inkDuty
 Amount of overprint of this channel in %, default 100. More...
 
union aur::ADA::ChannelDefinition::Params p
 

Detailed Description

Halftone channel definition

Definition of the parameters of a halftone channel, used when Screening is eAMScreen.

Definition at line 835 of file DriverInfo.h.

Constructor & Destructor Documentation

◆ ChannelDefinition() [1/2]

aur::ADA::ChannelDefinition::ChannelDefinition ( )
inlinenoexcept

Definition at line 865 of file DriverInfo.h.

◆ ChannelDefinition() [2/2]

aur::ADA::ChannelDefinition::ChannelDefinition ( const TInk )

Member Function Documentation

◆ FromJson()

void aur::ADA::ChannelDefinition::FromJson ( const jsonxx::Object &  )

◆ FromXML()

void aur::ADA::ChannelDefinition::FromXML ( const ACPL::XML::Node &  )

◆ operator==()

bool aur::ADA::ChannelDefinition::operator== ( const ChannelDefinition ) const

◆ ToJson()

void aur::ADA::ChannelDefinition::ToJson ( jsonxx::Object &  ) const

◆ ToXML()

ACPL::XML::Node * aur::ADA::ChannelDefinition::ToXML ( ) const

Member Data Documentation

◆ displayName

ACPL::String aur::ADA::ChannelDefinition::displayName

Display name of the channel if different.

Definition at line 839 of file DriverInfo.h.

◆ inkDuty

int aur::ADA::ChannelDefinition::inkDuty

Amount of overprint of this channel in %, default 100.

Definition at line 843 of file DriverInfo.h.

◆ Lab

double aur::ADA::ChannelDefinition::Lab[3]

CIELab color that describes the color of the channel for preview purposes.

Definition at line 841 of file DriverInfo.h.

◆ name

ACPL::String aur::ADA::ChannelDefinition::name

Name of the channel.

Definition at line 838 of file DriverInfo.h.

◆ on

bool aur::ADA::ChannelDefinition::on

Flag to indicate if this channel will be output or not.

Definition at line 842 of file DriverInfo.h.

◆ p

union aur::ADA::ChannelDefinition::Params aur::ADA::ChannelDefinition::p

◆ screening

ScreenType aur::ADA::ChannelDefinition::screening

Screening type of the channel.

Definition at line 840 of file DriverInfo.h.


The documentation for this class was generated from the following file: