C# 클래스 ImageMagick.MagickColorMatrix

Encapsulates a color matrix in the order of 1 to 6 (1x1 through 6x6).
상속: DoubleMatrix
파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
MagickColorMatrix ( int order )

Initializes a new instance of the MagickColorMatrix class.

비공개 메소드들

메소드 설명
CheckOrder ( int order ) : void

메소드 상세

MagickColorMatrix() 공개 메소드

Initializes a new instance of the MagickColorMatrix class.
public MagickColorMatrix ( int order )
order int The order (1 to 6).