package kernel.ui; import lib.Color; @:structInit class Pixel { public var char:String; public var bg:Color; public var textColor:Color; }