PixelFormat.DiscardAlpha Method

Removes an alpha channel from the specified pixel format.

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

Syntax

C#
public static PixelFormat DiscardAlpha(
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill.PixelFormat

A PixelFormat to remove an alpha channel from.

Return Value

A PixelFormat without an alpha channel.

See Also

Reference