Function Window.iccProfile

Wraps SDL_GetWindowICCProfile (from SDL 2.0.18) which gets the raw ICC profile data for the screen the window is currently on

void[] iccProfile() @property @trusted const;

Returns

untyped array buffer of the raw ICC profile data Throws dsdl2.SDLException if failed to obtain the ICC profile data