fixed colour maps and some matrix misalignments# Please enter the commit message for your changes. Lines starting
This commit is contained in:
@@ -67,7 +67,11 @@ class Temperature
|
||||
|
||||
void generateWordlist(int temperature, list<string>* wordlist);
|
||||
|
||||
void calculateRGB(int temperature, uint8_t* red, uint8_t* green, uint8_t* blue);
|
||||
|
||||
private:
|
||||
int minTemperature;
|
||||
int maxTemperature;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user