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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.