Skip to content

MrJacquers/GarminBlendWatchFace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GarminBlendWatchFace

Garmin watchface example that shows color interpolation. It uses linear RGB interpolation, but with the ability to specify a middle color to imitate HSL style colorspace. Supporting HSV / HSL directly would not be optimal for performance because of the calculations required to convert between colorspaces. Hopefully someone will find this code useful and come up with some interesting uses, e.g. changing the color of a battery icon based on charge %, progress bars, etc.

image

image

image

image

This site is useful to see how different colorspaces interpolate and finding a middle color: https://colordesigner.io/gradient-generator

image

image

About

Garmin watchface example that shows color interpolation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published