Get Pixel Color
Return the color of a specific pixel, located by entering mouse coordinates. By default, Yarado will return the color name. Use the dropdown menu to select either RGB or HEX codes as an alternative.
Modes
Below is an example of how a specific color of red is represented using the various modes availble within this function.
Mode | Output |
---|---|
Color Name: | Red |
HEX value: | #E70012 |
RGB value: | Color [A=255, R=231, G=0, B=18] |
Example of the Get Pixel Color function.