package image_table import "image/color" type ITableRow interface { GetCells() []any GetBackgroundColor() color.RGBA }