C# 클래스 Sharplike.Core.Rendering.Glyph

파일 보기 프로젝트 열기: eropple/sharplike 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Color Color
Index System.Int32

공개 메소드들

메소드 설명
Glyph ( Int32 glyphIndex, Color glyphColor ) : System

Constructor.

메소드 상세

Glyph() 공개 메소드

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).
리턴 System

프로퍼티 상세

Color 공개적으로 프로퍼티

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
리턴 Color

Index 공개적으로 프로퍼티

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