C# Класс ImageMagick.ColorProfile

Class that contains an ICM/ICC color profile.
Наследование: ImageProfile
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ColorProfile ( Byte data ) : System

Initializes a new instance of the ColorProfile class.

ColorProfile ( Stream stream ) : System

Initializes a new instance of the ColorProfile class.

ColorProfile ( string fileName ) : System

Initializes a new instance of the ColorProfile class.

Приватные методы

Метод Описание
ColorProfile ( string name, byte data ) : System
DetermineColorSpace ( string colorSpace ) : ColorSpace
Initialize ( ) : void
Load ( string resourcePath, string resourceName ) : ColorProfile

Описание методов

ColorProfile() публичный метод

Initializes a new instance of the ColorProfile class.
public ColorProfile ( Byte data ) : System
data Byte A byte array containing the profile.
Результат System

ColorProfile() публичный метод

Initializes a new instance of the ColorProfile class.
public ColorProfile ( Stream stream ) : System
stream Stream A stream containing the profile.
Результат System

ColorProfile() публичный метод

Initializes a new instance of the ColorProfile class.
public ColorProfile ( string fileName ) : System
fileName string The fully qualified name of the profile file, or the relative profile file name.
Результат System