C# Class DCPU16_ASM.Emulator.DisplayConstants

Display system Constants
Afficher le fichier Open project: densitynz/DCPU-16-ASM.NET

Méthodes publiques

Свойство Type Description
BaseColor int[]
OffsetColor int[]
ScreenPixelHeight int
ScreenPixelWidth int
ScreenTextHeight int
ScreenTextWidth int

Méthodes publiques

Méthode 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 méthode

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

GenerateColorMaps() public static méthode

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

Property Details

BaseColor public_oe static_oe property

public static int[] BaseColor
Résultat int[]

OffsetColor public_oe static_oe property

public static int[] OffsetColor
Résultat int[]

ScreenPixelHeight public_oe static_oe property

public static int ScreenPixelHeight
Résultat int

ScreenPixelWidth public_oe static_oe property

public static int ScreenPixelWidth
Résultat int

ScreenTextHeight public_oe static_oe property

public static int ScreenTextHeight
Résultat int

ScreenTextWidth public_oe static_oe property

public static int ScreenTextWidth
Résultat int