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

PixelFormatUtils.IsExtended Method

Returns value that specifies whether pixel format is extended (16 bits per channel).

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

Syntax

Visual Basic
Public Shared Function IsExtended ( _
	format As PixelFormat _
) As Boolean
C#
public static bool IsExtended(
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill.PixelFormat

PixelFormat enumeration member to check.

Return Value

Value that specifies whether pixel format supports alpha channel (true) or not (false).

See Also

Reference