PdfDctCmykSamples class final

Four-channel JPEG samples in PDF CMYK polarity (0 = no ink, 255 = full ink), before the image XObject's colour space and /Decode are applied.

An embedding renderer may install pdfDctCmykDecoder to replace the portable package:image entropy/IDCT stage with an accelerated codec. The colour-management, masking, downsampling, and premultiplication pipeline remains here, so accelerated and fallback decoders share PDF semantics.

Constructors

PdfDctCmykSamples(Uint8List samples, int width, int height)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samples Uint8List
final
width int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited