Skip to content

Lib.numbers.color.PickColorFromImage

Thomas Mann edited this page Sep 5, 2025 · 3 revisions

PickColorFromImage

in Lib.numbers.color


Gets the color of a certain position in the texture


Input Parameters

Name (Relevancy & Type) Description
InputImage (Texture2DRequired) -
Position (Vector2) Defines the point of the image whose color is output on the X and Y axis.
X: 0 Left / 1 Right
Y: 0 Top / 1 Bottom
AlwaysUpdate (Boolean) If activated, the incoming image is constantly updated. Helpful if the image is not static but changes over time (video / animation etc.)

Outputs

Name Type
Output System.Numerics.Vector4

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally