Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/キャップ色.cs
REDCODE a4b6772b21 Col => Color Helper
Def => Racial definitions
2026-06-14 00:35:48 +02:00

38 lines
658 B
C#

using System;
using System.Drawing;
namespace SlaveMatrix
{
[Serializable]
public struct
{
public Color ;
public Color ;
public Color2 ;
public Color2 ;
public void SetDefault()
{
= Color.HotPink;
= Color.HotPink;
SetColor2();
}
public void SetRandom()
{
ColorHelper.GetRandomClothesColor(out );
= ;
SetColor2();
}
public void SetColor2()
{
ColorHelper.GetGrad(ref , out );
ColorHelper.GetGrad(ref , out );
}
}
}