Search Results
10 functions found:
1. | BitwiseAND ( x; y ) |
Average rating: 0.0 | |
Andrea Niro | |
Performs a bitwise AND (https://en.wikipedia.org/wiki/Bitwise_operation#AND) | |
2. | BitwiseNOT ( x ) |
Average rating: 0.0 | |
Andrea Niro | |
Performs a bitwise NOT (https://en.wikipedia.org/wiki/Bitwise_operation#NOT) | |
3. | BitwiseOR ( x; y ) |
Average rating: 0.0 | |
Andrea Niro | |
Performs a bitwise OR (https://en.wikipedia.org/wiki/Bitwise_operation#OR) | |
4. | BitwiseShL ( x; bits ) |
Average rating: 0.0 | |
Andrea Niro | |
Performs a bitwise logical left shift (https://en.wikipedia.org/wiki/Bitwise_operation#Logical_shift) | |
5. | BitwiseShLC ( x; bits ) |
Average rating: 0.0 | |
Andrea Niro | |
Performs a bitwise circular left shift (https://en.wikipedia.org/wiki/Bitwise_operation#Circular_shift) | |
6. | BitwiseShR ( x; bits ) |
Average rating: 0.0 | |
Andrea Niro | |
Performs a bitwise logical right shift (https://en.wikipedia.org/wiki/Bitwise_operation#Logical_shift) | |
7. | BitwiseXOR ( x; y ) |
Average rating: 0.0 | |
Andrea Niro | |
Performs a bitwise XOR (https://en.wikipedia.org/wiki/Bitwise_operation#XOR) | |
8. | PixelColor ( hex ) |
Average rating: 0.0 | |
Andrea Niro | |
Generate a 1x1 px image (encoded in base64) of the specified color | |
9. | PixelColor_EncodeTriplet ( x ; y ; z ) |
Average rating: 0.0 | |
Andrea Niro | |
Encodes the values, used by the PixelColor() function | |
10. | SetVariableFromJSON ( json ) |
Average rating: 5.0 | |
Andrea Niro | |
Set the variable(s) using the JSON root keys as names | |