// Automatically generated by BlenderSharp at 22/01/2025 02:21:57 namespace BlendFile.DNA { public struct ThemeCollectionColor { public char[] color = new System.Char[4]; public ThemeCollectionColor(char[] color) { this.color = color; } } }