Lib.numbers.color.PickColorFromImage - tixl3d/tixl GitHub Wiki
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 |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.