-
-
Notifications
You must be signed in to change notification settings - Fork 4
Color Cache
Maximilian Dorn edited this page Aug 31, 2022
·
2 revisions
The ColorCache
class is a map color -> RGB color lookup utility that caches the result.
byte col1 = ColorCache.rgbToMap(255, 0, 0);
byte col2 = ColorCache.rgbToMap(56, 122, 6);
- Getting started
- Core classes
- Other
- Examples
- Javadocs
- Concepts
- (Outdated)
"Dirty" maps - (Outdated)
The Advanced Content Change Algorithm
- (Outdated)
- Other
- (Outdated)
Memory usage
- (Outdated)