C# 클래스 DCPU16_ASM.Emulator.DisplayConstants

Display system Constants
파일 보기 프로젝트 열기: densitynz/DCPU-16-ASM.NET

공개 프로퍼티들

프로퍼티 타입 설명
BaseColor int[]
OffsetColor int[]
ScreenPixelHeight int
ScreenPixelWidth int
ScreenTextHeight int
ScreenTextWidth int

공개 메소드들

메소드 설명
GenerateColor ( int _i ) : int

Generate color Based on Notch's specs

GenerateColorMaps ( ) : void

Generate color maps Based on notch's specs

메소드 상세

GenerateColor() 공개 정적인 메소드

Generate color Based on Notch's specs
public static GenerateColor ( int _i ) : int
_i int
리턴 int

GenerateColorMaps() 공개 정적인 메소드

Generate color maps Based on notch's specs
public static GenerateColorMaps ( ) : void
리턴 void

프로퍼티 상세

BaseColor 공개적으로 정적으로 프로퍼티

public static int[] BaseColor
리턴 int[]

OffsetColor 공개적으로 정적으로 프로퍼티

public static int[] OffsetColor
리턴 int[]

ScreenPixelHeight 공개적으로 정적으로 프로퍼티

public static int ScreenPixelHeight
리턴 int

ScreenPixelWidth 공개적으로 정적으로 프로퍼티

public static int ScreenPixelWidth
리턴 int

ScreenTextHeight 공개적으로 정적으로 프로퍼티

public static int ScreenTextHeight
리턴 int

ScreenTextWidth 공개적으로 정적으로 프로퍼티

public static int ScreenTextWidth
리턴 int