C# 클래스 SimplePaletteQuantizer.ColorCaches.LocalitySensitiveHash.BucketInfo

파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 메소드들

메소드 설명
AddColor ( Int32 paletteIndex, Color color ) : void

Adds the color to the bucket informations.

BucketInfo ( ) : System

Initializes a new instance of the BucketInfo class.

메소드 상세

AddColor() 공개 메소드

Adds the color to the bucket informations.
public AddColor ( Int32 paletteIndex, Color color ) : void
paletteIndex System.Int32 Index of the palette.
color Color The color.
리턴 void

BucketInfo() 공개 메소드

Initializes a new instance of the BucketInfo class.
public BucketInfo ( ) : System
리턴 System