Sample Image
Sample Image
Section titled “Sample Image” Category Image
Is Pair Node: No
Samples a color from an image at specified UV coordinates. This node allows you to extract color information from an image both in CPU and GPU contexts.
Inputs
Section titled “Inputs” Type: VecD
Default: (0, 0)
The UV coordinates to sample the image at. This determines the specific point in the image from which the color will be sampled, using absolute coordinates where (0,0) is the top-left corner.
Color Sample Mode
Section titled “ Color Sample Mode ” Type: Color Sample Mode (Enum)
Default: Color Managed
The mode used to sample the color from the image.
Outputs
Section titled “Outputs” Color
Section titled “ Color ” Type: Color
Default: (0, 0, 0, 1) in GPU, (0, 0, 0, 255) in CPU
The sampled color from the image at the specified UV coordinates. This output provides the color information extracted from the image based on the UV input.