This documentation is for the old version. Go to the latest Graphics Mill docs

PixelFormatUtils.AlphaChannelIndex Method

Returns an index of the alpha channel for the specified pixel format.

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

Syntax

Visual Basic
Public Shared Function AlphaChannelIndex ( _
	format As PixelFormat _
) As Integer
C#
public static int AlphaChannelIndex(
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill.PixelFormat

The pixel format to get an index of the alpha channel for.

Return Value

An index of the alpha channel for the specified pixel format.

See Also

Reference