WmpBitmapEncoder.AlphaQualityLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the compression quality for a planar alpha channel.
public:
property System::Byte AlphaQualityLevel { System::Byte get(); void set(System::Byte value); };
public byte AlphaQualityLevel { get; set; }
member this.AlphaQualityLevel : byte with get, set
Public Property AlphaQualityLevel As Byte
Property Value
The compression quality for a planar alpha channel image. A value of 1 is considered lossless, and increasing values result in higher compression ratios and lower image quality. The value range is 1 to 255. The default is 1.
Remarks
This property has an effect only if InterleavedAlpha is false
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.