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