Skip to main content

And

Return a Bool of the logical AND operation on two Bools.

Or

Return a Bool of the logical OR operation on two Bools.

Xor

Return a Bool of the logical XOR operation on two Bools.

Not

Return a Bool of the logical NOT operation on a Bool value.

Less Than

Return a true Bool value if the first Scalar number is less than the second, false if otherwise.

Greater Than

Return a true Bool value if the first Scalar number is greater than the second, false if otherwise.

Less Than or Equal to

Return a true Bool value if the first Scalar number is less than or equal to the second, false if otherwise.

Greater Than or Equal to

Return a true Bool value if the first Scalar number is greater than or equal to the second, false if otherwise.

Not Equal

Return a true Bool value if the first Scalar number does not equal the second, false if otherwise.

Equals

Return a true Bool value if the first Color is equal to the second Color, false if otherwise.