Lib.numbers.vec4.RgbaToColor - tixl3d/tixl GitHub Wiki
Creates a Color from 4 values (RGBA)
Similar to [AColor] and [PickColor] and the same as [Vector4] Alternative with more functions: [SampleGradient]
For the opposite see [Vector4Components]
Also see: [HSBToColor]
| Name (Relevancy & Type) | Description |
|---|---|
| R (Single) | Red |
| G (Single) | Green |
| B (Single) | Blue |
| A (Single) | Alpha |
| Name | Type |
|---|---|
| Result | System.Numerics.Vector4 |
⚠ Everything else is automatically generated and will be overwritten regularly.