C# Class C64Lib.EmulatorApplication.VideoInfo

Show file Open project: rosc77/vita64

Public Properties

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

Property Details

bitsPerPixel public property

public int bitsPerPixel
return int

height public property

public int height
return int

palette public property

public Color[] palette
return Color[]

size public property

public int size
return int

width public property

public int width
return int