C# 클래스 SimplePaletteQuantizer.Quantizers.Uniform.UniformColorSlot

파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 메소드들

메소드 설명
AddValue ( Int32 component ) : void

Adds the value to the slot.

GetAverage ( ) : Int32

Gets the average, just simple value divided by pixel presence.

메소드 상세

AddValue() 공개 메소드

Adds the value to the slot.
public AddValue ( Int32 component ) : void
component System.Int32 The color component value.
리턴 void

GetAverage() 공개 메소드

Gets the average, just simple value divided by pixel presence.
public GetAverage ( ) : Int32
리턴 System.Int32