RasterImage.PremultiplyComponents

RasterImage.PremultiplyComponents property

Gets or sets a value indicating whether the image components must be premultiplied.

public virtual bool PremultiplyComponents { get; set; }

Property Value

true if the image components must be premultiplied; otherwise, false.

See Also