C# 클래스 ImageMagick.ColorProfile

Class that contains an ICM/ICC color profile.
상속: ImageProfile
파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
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