Class ColorAtPoint

java.lang.Object
com.marginallyclever.nodegraphcore.Node
com.marginallyclever.donatello.nodes.images.ColorAtPoint

public class ColorAtPoint extends com.marginallyclever.nodegraphcore.Node
Calculates the color of a BufferedImage at a given point. Does nothing if the requested point is out of bounds. The sampling area is a square 1+samplesize pixels on each side.
The sampling is evenly weighted - that is to say the convolution matrix is all 1s.
Since:
2022-02-23
Author:
Dan Royer