C# Class DCPU16_ASM.Emulator.DisplayConstants

Display system Constants
显示文件 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_oe static_oe property

public static int[] BaseColor
return int[]

OffsetColor public_oe static_oe property

public static int[] OffsetColor
return int[]

ScreenPixelHeight public_oe static_oe property

public static int ScreenPixelHeight
return int

ScreenPixelWidth public_oe static_oe property

public static int ScreenPixelWidth
return int

ScreenTextHeight public_oe static_oe property

public static int ScreenTextHeight
return int

ScreenTextWidth public_oe static_oe property

public static int ScreenTextWidth
return int