AlphaMode Enum

Definition

Specifies the way in which an alpha channel affects color channels.

public enum AlphaMode
type AlphaMode = 
Public Enum AlphaMode
Inheritance
AlphaMode

Fields

Premultiplied 0

Provides better transparent effects without a white bloom.

Straight 1

WPF default handling of alpha channel during transparent blending.

Applies to