Function windows::Win32::Graphics::GdiPlus::GdipSetImageAttributesColorMatrix
pub unsafe fn GdipSetImageAttributesColorMatrix<P0>(
imageattr: *mut GpImageAttributes,
type: ColorAdjustType,
enableflag: P0,
colormatrix: *const ColorMatrix,
graymatrix: *const ColorMatrix,
flags: ColorMatrixFlags,
) -> Statuswhere
P0: Param<BOOL>,