code style fixes
This commit is contained in:
parent
23a4a3530f
commit
19a29b8328
2 changed files with 1 additions and 5 deletions
|
|
@ -15,10 +15,6 @@ public class SystemColor {
|
||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
|
|
||||||
final public SystemColor toComplementary() {
|
|
||||||
return new SystemColor(0xFFFFFF - color);
|
|
||||||
}
|
|
||||||
|
|
||||||
final public String toCssColor() {
|
final public String toCssColor() {
|
||||||
return "color:" + toHex() + ";";
|
return "color:" + toHex() + ";";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue