Constructor GraphCellToRender
GraphCellToRender(Rune)
Creates instance and sets Rune with default graph coloring
public GraphCellToRender(Rune rune)
Parameters
rune
Rune
GraphCellToRender(Rune, Attribute)
Creates instance and sets Rune with custom graph coloring
public GraphCellToRender(Rune rune, Attribute color)
Parameters
rune
Runecolor
Attribute
GraphCellToRender(Rune, Attribute?)
public GraphCellToRender(Rune rune, Attribute? color)
Parameters
rune
Runecolor
Attribute?