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

class Window
const @property @trusted
static if(sdlSupport >= SDLSupport.v2_0_18)
void[]
iccProfile
()

Return Value

Type: void[]

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

Meta