C# Class FlatRedBall.Graphics.Model.Animation.Content.PaletteSourceCode

Contains the source code for BasicPaletteEffect, but allows instanciation for variable palette sizes.
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
PALETTE_SIZE int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PaletteSourceCode ( int size ) : System

Creates a new instance of PaletteSourceCode.

Method Details

PaletteSourceCode() public méthode

Creates a new instance of PaletteSourceCode.
public PaletteSourceCode ( int size ) : System
size int The size of the matrix palette.
Résultat System

Property Details

PALETTE_SIZE public_oe property

The size of the matrix palette.
public int PALETTE_SIZE
Résultat int