ColorRgba structure
Plain RGBA float colour. Mirrors UnityEngine.Color shape without depending on Unity.
public struct ColorRgba : IEquatable<ColorRgba>Public Members
Section titled “Public Members”| name | description |
|---|---|
| ColorRgba(…) | Plain RGBA float colour. Mirrors UnityEngine.Color shape without depending on Unity. (2 constructors) |
| static FromHex(…) | Constructs a colour from a packed 32-bit RGBA hex value (e.g. 0xFF8040FF). |
| A { get; set; } | |
| B { get; set; } | |
| G { get; set; } | |
| R { get; set; } |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain