4 lines
83 B
C#
4 lines
83 B
C#
namespace Sand.Core;
|
|
|
|
public readonly record struct Rgb24(byte R, byte G, byte B);
|
namespace Sand.Core;
|
|
|
|
public readonly record struct Rgb24(byte R, byte G, byte B);
|