windows::Win32::Graphics::GdiPlus

Function GdipSetImageAttributesColorMatrix

pub unsafe fn GdipSetImageAttributesColorMatrix(
    imageattr: *mut GpImageAttributes,
    type: ColorAdjustType,
    enableflag: bool,
    colormatrix: *const ColorMatrix,
    graymatrix: *const ColorMatrix,
    flags: ColorMatrixFlags,
) -> Status