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
Arbeiten Sie mit uns auf GitHub zusammen
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.