Rename materialColor to indexedColor
This commit is contained in:
parent
3864d35e42
commit
a18a7d9477
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ func (c IndexedColor) Hex() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c IndexedColors) Hex() (result string) {
|
func (c IndexedColors) Hex() (result string) {
|
||||||
for _, materialColor := range c {
|
for _, indexedColor := range c {
|
||||||
result += materialColor.Hex()
|
result += indexedColor.Hex()
|
||||||
}
|
}
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
Loading…
Reference in a new issue