'Declaration
Public Function SetColorKey( _ ByVal ImageID As Integer, _ ByVal ColorLow As Color, _ ByVal ColorHigh As Color _ ) As GdPictureStatus
public GdPictureStatus SetColorKey( int ImageID, Color ColorLow, Color ColorHigh )
public function SetColorKey( ImageID: Integer; ColorLow: Color; ColorHigh: Color ): GdPictureStatus;
public function SetColorKey( ImageID : int, ColorLow : Color, ColorHigh : Color ) : GdPictureStatus;
public: GdPictureStatus SetColorKey( int ImageID, Color ColorLow, Color ColorHigh )
public: GdPictureStatus SetColorKey( int ImageID, Color ColorLow, Color ColorHigh )
Parameters
- ImageID
- GdPicture image identifier.
- ColorLow
- Specifies the low color-key value. A suitable color value can be obtained by using the ARGB() method.
- ColorHigh
- Specifies the high color-key value. A suitable color value can be obtained by using the ARGB() method.
Return Value
A member of the GdPictureStatus enumeration.