GraphicsContainer.GetPreferredColorProfile Method

Gets the ColorProfile that is most often used for the preferred color space in this container.

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

Syntax

C#
public ColorProfile GetPreferredColorProfile(
	ColorSpace colorSpace
)

Parameters

colorSpace

Type: Aurigma.GraphicsMill.ColorSpace

A ColorSpace for which you want to get the preffered color profile.

Return Value

ColorProfile that is most often used in this container.

See Also

Reference