C# Class C64Lib.EmulatorApplication.VideoInfo

Mostrar archivo Open project: rosc77/vita64

Public Properties

Property Type Description
bitsPerPixel int
height int
palette Color[]
size int
width int

Property Details

bitsPerPixel public_oe property

public int bitsPerPixel
return int

height public_oe property

public int height
return int

palette public_oe property

public Color[] palette
return Color[]

size public_oe property

public int size
return int

width public_oe property

public int width
return int