changed how we handle colors
This commit is contained in:
@@ -114,8 +114,8 @@ class WindowContext implements TermWriteable {
|
||||
return writer.getTextColor();
|
||||
}
|
||||
|
||||
public function setTextColor(colour:Color) {
|
||||
writer.setTextColor(colour);
|
||||
public function setTextColor(color:Color) {
|
||||
writer.setTextColor(color);
|
||||
}
|
||||
|
||||
public function getBackgroundColor():Color {
|
||||
|
||||
Reference in New Issue
Block a user