mirror of
https://github.com/DarthAffe/HPPH.git
synced 2025-12-13 05:48:57 +00:00
23 lines
457 B
C#
23 lines
457 B
C#
// ReSharper disable UnusedType.Global
|
|
// ReSharper disable InconsistentNaming
|
|
|
|
namespace HPPH;
|
|
|
|
[ColorGenerator]
|
|
public readonly partial struct ColorRGB;
|
|
|
|
[ColorGenerator]
|
|
public readonly partial struct ColorBGR;
|
|
|
|
[ColorGenerator]
|
|
public readonly partial struct ColorARGB;
|
|
|
|
[ColorGenerator]
|
|
public readonly partial struct ColorABGR;
|
|
|
|
[ColorGenerator]
|
|
public readonly partial struct ColorRGBA;
|
|
|
|
[ColorGenerator]
|
|
public readonly partial struct ColorBGRA;
|