C# 클래스 PckView.Palette

A class defining a color array of 256 values
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( Object other ) : bool

tests for palette equality

GetHashCode ( ) : int
Palette ( Stream s ) : System
this ( int i ) : Color

Indexes colors on number

메소드 상세

Equals() 공개 메소드

tests for palette equality
public Equals ( Object other ) : bool
other Object another palette
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Palette() 공개 메소드

public Palette ( Stream s ) : System
s Stream
리턴 System

this() 공개 메소드

Indexes colors on number
public this ( int i ) : Color
i int
리턴 Color