C# Class PckView.Palette

A class defining a color array of 256 values
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Object other ) : bool

tests for palette equality

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

Indexes colors on number

Method Details

Equals() public méthode

tests for palette equality
public Equals ( Object other ) : bool
other Object another palette
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Palette() public méthode

public Palette ( Stream s ) : System
s Stream
Résultat System

this() public méthode

Indexes colors on number
public this ( int i ) : Color
i int
Résultat Color