mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	Animation (#355)
This commit is contained in:
		| @@ -27,6 +27,7 @@ class Color { | ||||
|   Color(uint8_t red, uint8_t green, uint8_t blue); | ||||
|   static Color RGB(uint8_t red, uint8_t green, uint8_t blue); | ||||
|   static Color HSV(uint8_t hue, uint8_t saturation, uint8_t value); | ||||
|   static Color Interpolate(float t, const Color& a, const Color& b); | ||||
|  | ||||
|   //--------------------------- | ||||
|   // List of colors: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arthur Sonzogni
					Arthur Sonzogni