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