Group: GDI+ ImageAttributes - Library: gdiplus
GpStatus WINGDIPAPI GdipSetImageAttributesColorKeys(
GpImageAttributes *imageattr,
ColorAdjustType type,
BOOL enableFlag,
ARGB colorLow,
ARGB colorHigh)
DECLARE INTEGER GdipSetImageAttributesColorKeys IN gdiplus;
INTEGER imageattr,;
INTEGER ColorAdjustType,;
INTEGER enableFlag,;
LONG colorLow,;
LONG colorHigh
imageattr [in] Handle to the ImageAttributes object.
type [in] Element of the ColorAdjustType enumeration that specifies the category for which the color key is set.
enableFlag [in] Enables a separate transparency range.
colorLow [in] Lowest ARGB value in the transparency range.
colorHigh [in] Highest ARGB value in the transparency range.
Returns GpStatus value, 0 means success.