FADECreates a new color from the specified color by setting the opacity to a specific value. Suggest EditsSyntax =FADE(color, amount) Arguments ArgumentTypeDescriptioncolorColorThe color to fade.amountNumberThe opacity value, from 0 to 1. Examples =FADE("#0000ffff", 0.5)→#0000ff7f Sets the opacity of the color #0000ffff (blue, 100% opacity) to 50%.Updated 7 months ago Table of Contents Syntax Arguments Examples