C# 클래스 ImageProcessor.Imaging.Quantizers.WuQuantizer.Box

The box for storing color attributes. Adapted from
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlphaMaximum byte
AlphaMinimum byte
BlueMaximum byte
BlueMinimum byte
GreenMaximum byte
GreenMinimum byte
RedMaximum byte
RedMinimum byte
Size int

프로퍼티 상세

AlphaMaximum 공개적으로 프로퍼티

The alpha maximum.
public byte AlphaMaximum
리턴 byte

AlphaMinimum 공개적으로 프로퍼티

The alpha minimum.
public byte AlphaMinimum
리턴 byte

BlueMaximum 공개적으로 프로퍼티

The blue maximum.
public byte BlueMaximum
리턴 byte

BlueMinimum 공개적으로 프로퍼티

The blue minimum.
public byte BlueMinimum
리턴 byte

GreenMaximum 공개적으로 프로퍼티

The green maximum.
public byte GreenMaximum
리턴 byte

GreenMinimum 공개적으로 프로퍼티

The green minimum.
public byte GreenMinimum
리턴 byte

RedMaximum 공개적으로 프로퍼티

The red maximum.
public byte RedMaximum
리턴 byte

RedMinimum 공개적으로 프로퍼티

The red minimum.
public byte RedMinimum
리턴 byte

Size 공개적으로 프로퍼티

The size.
public int Size
리턴 int