-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.numbers.color.PickColorFromImage
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Gets the color of a certain position in the texture
| 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.) |
| Name | Type |
|---|---|
| Output | System.Numerics.Vector4 |
⚠ Everything else is automatically generated and will be overwritten regularly.