no more windows??

This commit is contained in:
lewd-alt
2025-05-07 10:45:18 -07:00
parent eecd2a0399
commit 9d89d2cb6a
933 changed files with 408908 additions and 407973 deletions

View File

@@ -1,36 +1,37 @@
using System;
using System.Drawing;
namespace SlaveMatrix;
[Serializable]
public struct
namespace SlaveMatrix
{
public Color ;
[Serializable]
public struct
{
public Color ;
public Color ;
public Color ;
public Color2 ;
public Color2 ;
public Color2 ;
public Color2 ;
public void SetDefault()
{
= Color.HotPink;
= Color.HotPink;
SetColor2();
}
public void SetDefault()
{
= Color.HotPink;
= Color.HotPink;
SetColor2();
}
public void SetRandom()
{
Col.GetRandomClothesColor(out );
= ;
SetColor2();
}
public void SetRandom()
{
Col.GetRandomClothesColor(out );
= ;
SetColor2();
}
public void SetColor2()
{
Col.GetGrad(ref , out );
Col.GetGrad(ref , out );
}
public void SetColor2()
{
Col.GetGrad(ref , out );
Col.GetGrad(ref , out );
}
}
}