Separation and DeviceN Color Spaces
Implement Separation (single spot color) and DeviceN (multiple spot colors) color spaces.
Separation needs: colorant name, alternate space, tint transform function.
DeviceN needs: array of colorant names, alternate space, tint transform, optional attributes.
PdfSerializer emits /ColorSpace arrays with embedded tint transform functions (Type 2/4 PDF functions).
Used in print workflows for Pantone/spot color support.
Tests: Separation color space with tint transform in output, DeviceN with multiple colorants, fallback to alternate space.
Separation and DeviceN Color Spaces
Implement Separation (single spot color) and DeviceN (multiple spot colors) color spaces.
Separation needs: colorant name, alternate space, tint transform function.
DeviceN needs: array of colorant names, alternate space, tint transform, optional attributes.
PdfSerializer emits /ColorSpace arrays with embedded tint transform functions (Type 2/4 PDF functions).
Used in print workflows for Pantone/spot color support.
Tests: Separation color space with tint transform in output, DeviceN with multiple colorants, fallback to alternate space.