C# Class Sharplike.Core.Rendering.Glyph

Afficher le fichier Open project: eropple/sharplike Class Usage Examples

Méthodes publiques

Свойство Type Description
Color Color
Index System.Int32

Méthodes publiques

Méthode Description
Glyph ( Int32 glyphIndex, Color glyphColor ) : System

Constructor.

Method Details

Glyph() public méthode

Constructor.
public Glyph ( Int32 glyphIndex, Color glyphColor ) : System
glyphIndex System.Int32 The glyph index in the application's glyph palette.
glyphColor Color The glyph color (32-bit RGBA).
Résultat System

Property Details

Color public_oe property

The color of the glyph to render. Uses color tinting by default (OpenGL implementation), so grayscale will be multiplied and properly tinted (darker versions of specified color).
public Color Color
Résultat Color

Index public_oe property

The GlyphPalette index of the glyph to display. Users are recommended to build their own glyph index mappings.
public Int32,System Index
Résultat System.Int32