Try different brown.
This commit is contained in:
parent
354a0cf4b2
commit
e43b0271a9
@ -40,7 +40,7 @@ impl Color {
|
|||||||
Color(255, 0, 255)
|
Color(255, 0, 255)
|
||||||
}
|
}
|
||||||
fn brown() -> Color {
|
fn brown() -> Color {
|
||||||
Color(165, 42, 42)
|
Color(210, 105, 30)
|
||||||
}
|
}
|
||||||
fn complement(&self) -> Color {
|
fn complement(&self) -> Color {
|
||||||
Color(255 - self.0, 255 - self.1, 255 - self.2)
|
Color(255 - self.0, 255 - self.1, 255 - self.2)
|
||||||
|
Loading…
Reference in New Issue
Block a user