C# Class OurSonic.MakeSprites.Image

Show file Open project: OurSonic/OurSonic

Public Properties

Property Type Description
bytes byte[]
height int
palette int[][]
width int

Property Details

bytes public property

public byte[] bytes
return byte[]

height public property

public int height
return int

palette public property

public int[][] palette
return int[][]

width public property

public int width
return int