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

Assign a palette entry.
상속: PictureInstruction
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

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

Render the instruction by setting the dither palette.

SetPalette ( PictureExtendedOpcode opcode ) : System

Initialise the instruction.

SetPalette ( PictureExtendedOpcode opcode, IEnumerable entries ) : System

Initialise the instruction.

SetPalette ( Stream stream, PictureExtendedOpcode opcode ) : System

Read the instruction.

비공개 메소드들

메소드 설명
ReadEntries ( Stream stream, PictureExtendedOpcode opcode ) : List

메소드 상세

Render() 공개 메소드

Render the instruction by setting the dither palette.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
리턴 void

SetPalette() 공개 메소드

Initialise the instruction.
public SetPalette ( PictureExtendedOpcode opcode ) : System
opcode PictureExtendedOpcode
리턴 System

SetPalette() 공개 메소드

Initialise the instruction.
public SetPalette ( PictureExtendedOpcode opcode, IEnumerable entries ) : System
opcode PictureExtendedOpcode
entries IEnumerable
리턴 System

SetPalette() 공개 메소드

Read the instruction.
public SetPalette ( Stream stream, PictureExtendedOpcode opcode ) : System
stream Stream
opcode PictureExtendedOpcode
리턴 System