C# 클래스 Alexandria.Engines.Sciagi.Resources.PictureInstruction.SetColor

Set colors to DitherPaletteIndex into the current dither palette, then enable visual.
상속: PictureInstruction
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Render ( PictureRenderer renderer ) : void

Render the instruction.

SetColor ( Stream stream ) : System

Initialise the instruction.

SetColor ( byte ditherMapIndex ) : System

Initialise the instruction.

메소드 상세

Render() 공개 메소드

Render the instruction.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
리턴 void

SetColor() 공개 메소드

Initialise the instruction.
public SetColor ( Stream stream ) : System
stream Stream
리턴 System

SetColor() 공개 메소드

Initialise the instruction.
public SetColor ( byte ditherMapIndex ) : System
ditherMapIndex byte
리턴 System