PixelFormat.HasAlpha Property

Gets a value indicating whether the current pixel format supports alpha channel (information about opacity of pixels).

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public bool HasAlpha { get; }

Property Value

true if the current pixel format supports alpha channel; otherwise false.

See Also

Reference