FFACETools.FFACE.CTHSetBGColor C# (CSharp) Method

CTHSetBGColor() private method

private CTHSetBGColor ( int instanceID, string name, byte transparent, byte red, byte green, byte blue ) : void
instanceID int
name string
transparent byte
red byte
green byte
blue byte
return void
        private static extern void CTHSetBGColor(int instanceID, string name, byte transparent, byte red, byte green, byte blue);
FFACE