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) {
|
||||
for _, materialColor := range c {
|
||||
result += materialColor.Hex()
|
||||
for _, indexedColor := range c {
|
||||
result += indexedColor.Hex()
|
||||
}
|
||||
|
||||
return result
|
||||
|
|
Loading…
Reference in a new issue