C# 클래스 Pinta.ImageManipulation.UnaryPixelOperations.ChannelCurveOp

상속: UnaryPixelOp
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurveB byte[]
CurveG byte[]
CurveR byte[]

공개 메소드들

메소드 설명
Apply ( ColorBgra color ) : ColorBgra
Apply ( ColorBgra src, ColorBgra dst, int length ) : void
Apply ( ColorBgra ptr, int length ) : void
ChannelCurveOp ( ) : System

메소드 상세

Apply() 공개 메소드

public Apply ( ColorBgra color ) : ColorBgra
color ColorBgra
리턴 ColorBgra

Apply() 공개 메소드

public Apply ( ColorBgra src, ColorBgra dst, int length ) : void
src ColorBgra
dst ColorBgra
length int
리턴 void

Apply() 공개 메소드

public Apply ( ColorBgra ptr, int length ) : void
ptr ColorBgra
length int
리턴 void

ChannelCurveOp() 공개 메소드

public ChannelCurveOp ( ) : System
리턴 System

프로퍼티 상세

CurveB 공개적으로 프로퍼티

public byte[] CurveB
리턴 byte[]

CurveG 공개적으로 프로퍼티

public byte[] CurveG
리턴 byte[]

CurveR 공개적으로 프로퍼티

public byte[] CurveR
리턴 byte[]