C# 클래스 SimplePaletteQuantizer.Quantizers.DistinctSelection.DistinctColorInfo

Stores all the informations about single color only once, to be used later.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 메소드들

메소드 설명
DistinctColorInfo ( Color color ) : System

Initializes a new instance of the DistinctColorInfo struct.

IncreaseCount ( ) : DistinctColorInfo

Increases the count of pixels of this color.

메소드 상세

DistinctColorInfo() 공개 메소드

Initializes a new instance of the DistinctColorInfo struct.
public DistinctColorInfo ( Color color ) : System
color Color
리턴 System

IncreaseCount() 공개 메소드

Increases the count of pixels of this color.
public IncreaseCount ( ) : DistinctColorInfo
리턴 DistinctColorInfo