/ src / Ryujinx.Graphics.GAL / ColorF.cs
ColorF.cs
1  namespace Ryujinx.Graphics.GAL
2  {
3      public readonly record struct ColorF(float Red, float Green, float Blue, float Alpha);
4  }