Click or drag to resize

ColorProfileGetProfileFromGraphics Method

Returns the color profile assigned to a specified Graphics object.

Namespace:  Atalasoft.Imaging.ColorManagement
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static ColorProfile GetProfileFromGraphics(
	Graphics graphics
)

Parameters

graphics
Type: System.DrawingGraphics
A graphics object.

Return Value

Type: ColorProfile
The color profile assigned to a specified Graphics object.
See Also