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

ColorProfileClass Enumeration

Contains possible values for profile device class.

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

Syntax

Visual Basic
Public Enumeration ColorProfileClass
C#
public enum ColorProfileClass

Members

Member name Description
Output

Output profiles. This category of profiles includes all the profiles accosiated with hardcopy output, e.g. printers.

ColorSpace

Color space profiles. These profiles describe a device-independent color space.

Link

Device link profile. These profiles describe the color space of a particular device.

Input

Input profiles. This category of profiles includes all the profiles accosiated with input, e.g. scanners.

NamedColor

Named color profile. These profiles are intended for a color space that consists of named colors.

Abstract

Abstract profile. These profiles are adjusted to suit a user's particular preferences.

Display

Display profiles. This category of profiles includes all the profiles accosiated with display.

Unknown

Unsupported kind of color profiles.

See Also

Reference