C# 클래스 Alexandria.Engines.Sciagi.Resources.PictureSetPaletteEntry

Used by PictureInstructions.SetPalette.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 프로퍼티들

프로퍼티 타입 설명
Color byte
Index byte

공개 메소드들

메소드 설명
PictureSetPaletteEntry ( byte index, byte color ) : System

Initialise the object.

메소드 상세

PictureSetPaletteEntry() 공개 메소드

Initialise the object.
public PictureSetPaletteEntry ( byte index, byte color ) : System
index byte
color byte
리턴 System

프로퍼티 상세

Color 공개적으로 프로퍼티

Get the new value for the dither palette.
public byte Color
리턴 byte

Index 공개적으로 프로퍼티

Get the index in the dither palette to change.
public byte Index
리턴 byte