Skip to content

Sample Image

Sample Image
Color
Image
null
UV
(0, 0)
Color Sample Mode
Color Managed

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.


Type: Texture
Default: null

The image to sample from.

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.

Type: Color Sample Mode (Enum)
Default: Color Managed

The mode used to sample the color from the image.


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.