Description Usage Arguments Value
Extract swatch RGB values from a raw RGB array
1 | extract_swatch(arr, xmin, xmax, ymin, ymax)
|
arr |
The 3D RGB array to use |
xmin |
The position of the leftmost pixel column |
xmax |
The position of the rightmost pixel column |
ymin |
The position of the topmost pixel row |
ymax |
The position of the bottom pixel row |
a 3-column matrix with numeric values for red, green, and blue between 0 and 255
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.