MFC Chroma Editor

[CChromaEditor] is a work in progress to pack the functionality of [UE4ChromaSDK] and [UnityChromaSDK] into a Windows DLL.

[GameMakerChromaExtension] uses a GameMaker extension to load the embedded MFC DLL.

[ConsoleChromaEditor] is a C# Console app for testing the embedded MFC DLL.

[Enhanced Color Button]

[Embedded MFC in DLL]

[GameMaker SetDisplay Extension]

if os_type==os_windows
{external_call(external_define("SetDisplayResolution.dll","SetDisplayResolution",dll_cdecl,ty_real,3,ty_real,ty_real,ty_real),argument0,argument1,argument2)}

[GameMaker Importing Resources]