Skip to main content

ColorSpaceConversion

type alias ColorSpaceConversion

Specifies whether the image should be decoded using color space conversion. Either none or default (default). The value default indicates that implementation-specific behavior is used.

Definition Jump to heading

"default" | "none"
Back to top