setBlendMode method
Sets the blend mode for subsequent painting (gs /BM). Non-compositing devices can ignore it.
Implementation
@override
void setBlendMode(PdfBlendMode mode) {
_blend = mode;
delegateSetBlendMode(mode);
}
Sets the blend mode for subsequent painting (gs /BM). Non-compositing devices can ignore it.
@override
void setBlendMode(PdfBlendMode mode) {
_blend = mode;
delegateSetBlendMode(mode);
}