PixelFormat.AddAlpha Method

Adds an alpha channel to the specified pixel format.

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

Syntax

C#
public static PixelFormat AddAlpha(
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill.PixelFormat

A PixelFormat to add an alpha channel to.

Return Value

A PixelFormat with an alpha channel.

See Also

Reference