data class Texture( val id: Int, val width: Int, val height: Int, val cssColourPixelList: List )