![]() |
Mapper
0.9.0
API documentation
|
The SpotColorComponent datatype describes the use of a spot color in a screen or overprint to create another color. More...
#include <map_color.h>
Public Member Functions | |
SpotColorComponent () | |
Constructs a component with an undefined spot color and halftoning. More... | |
SpotColorComponent (const MapColor *spot_color, float factor) | |
Constructs a component for the given spot color and halftoning. More... | |
bool | isValid () const |
Returns true iff the spot color is defined. More... | |
Public Attributes | |
const MapColor * | spot_color |
A map color which is a spot color. More... | |
float | factor |
The factor describes the halftoning (screen). More... | |
The SpotColorComponent datatype describes the use of a spot color in a screen or overprint to create another color.
|
inline |
Constructs a component with an undefined spot color and halftoning.
|
inline |
Constructs a component for the given spot color and halftoning.
|
inline |
Returns true iff the spot color is defined.
float OpenOrienteering::SpotColorComponent::factor |
The factor describes the halftoning (screen).
It is a value in the range [0.0; 1.0].
const MapColor* OpenOrienteering::SpotColorComponent::spot_color |
A map color which is a spot color.