添加项目文件。
This commit is contained in:
15
KGdev.BI3D.Revit.ExporterV2/RGBA.cs
Normal file
15
KGdev.BI3D.Revit.ExporterV2/RGBA.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace KGdev.BI3D.Revit.ExporterV2
|
||||
{
|
||||
internal struct RGBA
|
||||
{
|
||||
public byte R;
|
||||
|
||||
public byte G;
|
||||
|
||||
public byte B;
|
||||
|
||||
public byte A;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user