Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/髪留色.cs
2025-05-07 10:45:18 -07:00

38 lines
641 B
C#

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