1 2 3 4 5 6
data class Texture( val id: Int, val width: Int, val height: Int, val cssColourPixelList: List<String> )