![]() |
Driver SDK 4.2.0
|
#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 |
Halftone channel definition
Definition of the parameters of a halftone channel, used when Screening is eAMScreen.
Definition at line 835 of file DriverInfo.h.
|
inlinenoexcept |
Definition at line 865 of file DriverInfo.h.
| aur::ADA::ChannelDefinition::ChannelDefinition | ( | const TInk & | ) |
| void aur::ADA::ChannelDefinition::FromJson | ( | const jsonxx::Object & | ) |
| void aur::ADA::ChannelDefinition::FromXML | ( | const ACPL::XML::Node & | ) |
| bool aur::ADA::ChannelDefinition::operator== | ( | const ChannelDefinition & | ) | const |
| void aur::ADA::ChannelDefinition::ToJson | ( | jsonxx::Object & | ) | const |
| ACPL::XML::Node * aur::ADA::ChannelDefinition::ToXML | ( | ) | const |
| ACPL::String aur::ADA::ChannelDefinition::displayName |
Display name of the channel if different.
Definition at line 839 of file DriverInfo.h.
| int aur::ADA::ChannelDefinition::inkDuty |
Amount of overprint of this channel in %, default 100.
Definition at line 843 of file DriverInfo.h.
| 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.
| ACPL::String aur::ADA::ChannelDefinition::name |
Name of the channel.
Definition at line 838 of file DriverInfo.h.
| bool aur::ADA::ChannelDefinition::on |
Flag to indicate if this channel will be output or not.
Definition at line 842 of file DriverInfo.h.
| union aur::ADA::ChannelDefinition::Params aur::ADA::ChannelDefinition::p |
| ScreenType aur::ADA::ChannelDefinition::screening |
Screening type of the channel.
Definition at line 840 of file DriverInfo.h.