mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 15:05:25 +00:00
added some structure files
This commit is contained in:
3
Catalogue/Scripts/colourToText.js
Normal file
3
Catalogue/Scripts/colourToText.js
Normal file
@@ -0,0 +1,3 @@
|
||||
function colourToText(colour) {
|
||||
return "rgb(" + colour[0] + "," + colour[1] + "," + colour[2] + ")"
|
||||
}
|
Reference in New Issue
Block a user