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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.