Driver SDK 4.2.0
Driver information

Classes

class  aur::ADA::TMediaSize
 
class  aur::ADA::TTray
 
class  aur::ADA::TInk
 
class  aur::ADA::Caps
 
class  aur::ADA::Conns
 
class  aur::ADA::DriverInfo
 
class  aur::ADA::ChannelDefinition
 
class  aur::ADA::ChannelList
 
class  aur::ADA::ModelID
 

Typedefs

typedef enum aur::ADA::SpotType aur::ADA::SpotType
 
typedef enum aur::ADA::ScreenType aur::ADA::ScreenType
 
typedef enum aur::ADA::ChannelType aur::ADA::ChannelType
 

Enumerations

enum  aur::ADA::SpotType {
  aur::ADA::eAdobeRound = 0 , aur::ADA::eAdobeEllipse = 1 , aur::ADA::eDiamond = 2 , aur::ADA::eSquare = 3 ,
  aur::ADA::eSimpleRound = 4 , aur::ADA::eEllipseA = 5 , aur::ADA::eEllipseB = 6 , aur::ADA::eEllipseC = 7 ,
  aur::ADA::eCosine = 8 , aur::ADA::eLine = 9 , aur::ADA::eCross = 10 , aur::ADA::eRhomboid = 11 ,
  aur::ADA::eEllipse2 = 12 , aur::ADA::eLineX = 13 , aur::ADA::eLineY = 14 , aur::ADA::eDoubleDot = 15 ,
  aur::ADA::eInvertedDoubleDot = 16 , aur::ADA::eSimpleDot = 17 , aur::ADA::eInvertedEllipseA = 18 , aur::ADA::eInvertedEllipseC = 19
}
 
enum  aur::ADA::ScreenType {
  aur::ADA::eNotDefined = 0 , aur::ADA::eErrorDiffusion = 1 , aur::ADA::eFMScreen = 2 , aur::ADA::eAMScreen = 3 ,
  aur::ADA::eContone8 = 4 , aur::ADA::eFloydSteinberg = 5 , aur::ADA::eChromaticED = 6 , aur::ADA::eContone16 = 7 ,
  aur::ADA::eOrganic1 = 8 , aur::ADA::eOrganic2 = 9
}
 
enum  aur::ADA::ChannelType {
  aur::ADA::eProcess , aur::ADA::eSpot , aur::ADA::eSpecial , aur::ADA::eDuplicate ,
  aur::ADA::eDisabled
}
 

Detailed Description

Typedef Documentation

◆ ChannelType

Channel type of the ink

◆ ScreenType

Screening type requested from the RIP

◆ SpotType

Halftone spot shape

The types of spots that are used by standard drivers. Additional spot types can be defined based on PostScript function.

Enumeration Type Documentation

◆ ChannelType

Channel type of the ink

Enumerator
eProcess 

Process ink, use for profiling.

eSpot 

Spot color, do not profile.

eSpecial 

White ink or varnish.

eDuplicate 

Duplicate of other channel.

eDisabled 

Disabled channel.

Definition at line 200 of file DriverInfo.h.

◆ ScreenType

Screening type requested from the RIP

Enumerator
eNotDefined 

No screening type prefered.

eErrorDiffusion 

Any stochastic (multi level) screening (PrintFactory CED)

eFMScreen 

FM mask based screening.

eAMScreen 

Halftones (Shape optimized)

eContone8 

No screening, 8-bit contone data.

eFloydSteinberg 

Floyd-Steinberg error diffusion.

eChromaticED 

Chromatic correct error diffusion, only avalable for CMYK.

eContone16 

No screening, 16-bit contone data.

eOrganic1 

Static Organic FM based screening.

eOrganic2 

Dynamic Organic FM based screening.

Definition at line 169 of file DriverInfo.h.

◆ SpotType

Halftone spot shape

The types of spots that are used by standard drivers. Additional spot types can be defined based on PostScript function.

Enumerator
eAdobeRound 

Euclidean round.

eAdobeEllipse 

Euclidean ellipse.

eDiamond 
eSquare 
eSimpleRound 
eEllipseA 
eEllipseB 
eEllipseC 
eCosine 
eLine 
eCross 
eRhomboid 
eEllipse2 
eLineX 
eLineY 
eDoubleDot 
eInvertedDoubleDot 
eSimpleDot 
eInvertedEllipseA 
eInvertedEllipseC 

Definition at line 141 of file DriverInfo.h.