Google Script mendapatkan warna font

var color = myRange.getFontColor();

console.log(color) // The color is a CSS color string such as "#1ff3c6" or "white"
Kaldrin