thing
This commit is contained in:
parent
19d79f149a
commit
8318a7b8a8
|
|
@ -385,6 +385,8 @@ elements.test = {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
console.log("Thanks fro using aChefsDream.js! -sqec")
|
||||||
|
|
||||||
function interpolateRgb(rgb1, rgb2, ratio) {
|
function interpolateRgb(rgb1, rgb2, ratio) {
|
||||||
const interpolatedRgb = {
|
const interpolatedRgb = {
|
||||||
r: Math.round(rgb1.r + (rgb2.r - rgb1.r) * ratio),
|
r: Math.round(rgb1.r + (rgb2.r - rgb1.r) * ratio),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue