PixelFormat.ConvertToExtended Method

Convertes the specified pixel format to an extended one.

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

Syntax

C#
public static PixelFormat ConvertToExtended(
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill.PixelFormat

A PixelFormat to convert.

Return Value

An extended PixelFormat.

See Also

Reference