SKJpegEncoderAlphaOption Enum

Definition

Various options to control how alpha should be handled.

public enum SKJpegEncoderAlphaOption
Inheritance
SKJpegEncoderAlphaOption

Fields

BlendOnBlack 1

Blend the pixels onto a black background before encoding.

Ignore 0

Ignore the alpha channel and treat the image as opaque.

Applies to