Col => Color Helper

Def => Racial definitions
This commit is contained in:
2026-06-14 00:35:48 +02:00
parent 0261ced533
commit a4b6772b21
291 changed files with 14741 additions and 14741 deletions

View File

@@ -554,19 +554,19 @@ namespace SlaveMatrix
private void N0(BodyColorSet )
{
Col.Alpha(ref .0O, 128, out var ret);
_前翅1CD = new ColorD(ref Col.Black, ref ret);
_翅脈線1CD = new ColorD(ref Col.Black, ref Color2.Empty);
_翅脈線2CD = new ColorD(ref Col.Black, ref Color2.Empty);
_翅脈線3CD = new ColorD(ref Col.Black, ref Color2.Empty);
_翅脈線4CD = new ColorD(ref Col.Black, ref Color2.Empty);
_翅脈線5CD = new ColorD(ref Col.Black, ref Color2.Empty);
_翅脈線6CD = new ColorD(ref Col.Black, ref Color2.Empty);
_翅脈線7CD = new ColorD(ref Col.Black, ref Color2.Empty);
_翅脈線8CD = new ColorD(ref Col.Black, ref Color2.Empty);
_前翅2CD = new ColorD(ref Col.Black, ref .0O);
_紋1CD = new ColorD(ref Col.Black, ref .R);
_紋2CD = new ColorD(ref Col.Black, ref .R);
ColorHelper.Alpha(ref .0O, 128, out var ret);
_前翅1CD = new ColorD(ref ColorHelper.Black, ref ret);
_翅脈線1CD = new ColorD(ref ColorHelper.Black, ref Color2.Empty);
_翅脈線2CD = new ColorD(ref ColorHelper.Black, ref Color2.Empty);
_翅脈線3CD = new ColorD(ref ColorHelper.Black, ref Color2.Empty);
_翅脈線4CD = new ColorD(ref ColorHelper.Black, ref Color2.Empty);
_翅脈線5CD = new ColorD(ref ColorHelper.Black, ref Color2.Empty);
_翅脈線6CD = new ColorD(ref ColorHelper.Black, ref Color2.Empty);
_翅脈線7CD = new ColorD(ref ColorHelper.Black, ref Color2.Empty);
_翅脈線8CD = new ColorD(ref ColorHelper.Black, ref Color2.Empty);
_前翅2CD = new ColorD(ref ColorHelper.Black, ref .0O);
_紋1CD = new ColorD(ref ColorHelper.Black, ref .R);
_紋2CD = new ColorD(ref ColorHelper.Black, ref .R);
}
}
}