ColorOperator ( Color - Color )On this pageOperator ( Color - Color ) Subtracts color lhs from color rhs. Each component is subtracted separately. LHS TypeSymbolRHS TypeResult TypeColor-ColorColor Usage ---@type Colorlocal lhs;---@type Colorlocal rhs;local result = lhs - rhs; -- result is Color