windows::Win32::Graphics::GdiPlus

Function GdipSetImageAttributesOutputChannelColorProfile

pub unsafe fn GdipSetImageAttributesOutputChannelColorProfile<P3>(
    imageattr: *mut GpImageAttributes,
    type: ColorAdjustType,
    enableflag: bool,
    colorprofilefilename: P3,
) -> Status
where P3: Param<PCWSTR>,