Fixed some imports/documentation.

This commit is contained in:
shan 2022-10-06 19:13:40 -07:00
parent 9c7bf417ac
commit 72feba51be
3 changed files with 4 additions and 7 deletions

View file

@ -42,6 +42,7 @@ impl Builder {
self.valid = false;
}
//TODO: can sort on insert here
self.stops.push((offset, color));
self
}