ColorOperator ( number * Color )On this pageOperator ( number * Color ) Multiplies color rhs by the number lhs. Each color component is scaled separately. LHS TypeSymbolRHS TypeResult Typenumber*ColorColor Usage ---@type numberlocal lhs;---@type Colorlocal rhs;local result = lhs * rhs; -- result is Color