C# 클래스 uGIF.NeuQuant

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

공개 메소드들

메소드 설명
Map ( int b, int g, int r ) : int
NeuQuant ( Color32 thepic, int len, int sample ) : System
Process ( ) : byte[]

비공개 메소드들

메소드 설명
Alterneigh ( int rad, int i, int b, int g, int r ) : void
Altersingle ( int alpha, int i, int b, int g, int r ) : void
ColorMap ( ) : byte[]
Contest ( int b, int g, int r ) : int
Inxbuild ( ) : void
Learn ( ) : void
Unbiasnet ( ) : void

메소드 상세

Map() 공개 메소드

public Map ( int b, int g, int r ) : int
b int
g int
r int
리턴 int

NeuQuant() 공개 메소드

public NeuQuant ( Color32 thepic, int len, int sample ) : System
thepic UnityEngine.Color32
len int
sample int
리턴 System

Process() 공개 메소드

public Process ( ) : byte[]
리턴 byte[]