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

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

Public Properties

Property Type Description
PALETTE_SIZE int

Private Properties

Property Type Description

Public Methods

Method Description
PaletteSourceCode ( int size ) : System

Creates a new instance of PaletteSourceCode.

Method Details

PaletteSourceCode() public method

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

Property Details

PALETTE_SIZE public property

The size of the matrix palette.
public int PALETTE_SIZE
return int