C# Class DCPU16_ASM.Emulator.DisplayConstants

Display system Constants
Show file Open project: densitynz/DCPU-16-ASM.NET

Public Properties

Property Type Description
BaseColor int[]
OffsetColor int[]
ScreenPixelHeight int
ScreenPixelWidth int
ScreenTextHeight int
ScreenTextWidth int

Public Methods

Method Description
GenerateColor ( int _i ) : int

Generate color Based on Notch's specs

GenerateColorMaps ( ) : void

Generate color maps Based on notch's specs

Method Details

GenerateColor() public static method

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

GenerateColorMaps() public static method

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

Property Details

BaseColor public static property

public static int[] BaseColor
return int[]

OffsetColor public static property

public static int[] OffsetColor
return int[]

ScreenPixelHeight public static property

public static int ScreenPixelHeight
return int

ScreenPixelWidth public static property

public static int ScreenPixelWidth
return int

ScreenTextHeight public static property

public static int ScreenTextHeight
return int

ScreenTextWidth public static property

public static int ScreenTextWidth
return int