'Declaration
Public Function AdjustRGB( _ ByVal ImageID As Integer, _ ByVal RedAdjust As Integer, _ ByVal GreenAdjust As Integer, _ ByVal BlueAdjust As Integer _ ) As GdPictureStatus
public GdPictureStatus AdjustRGB( int ImageID, int RedAdjust, int GreenAdjust, int BlueAdjust )
public function AdjustRGB( ImageID: Integer; RedAdjust: Integer; GreenAdjust: Integer; BlueAdjust: Integer ): GdPictureStatus;
public function AdjustRGB( ImageID : int, RedAdjust : int, GreenAdjust : int, BlueAdjust : int ) : GdPictureStatus;
public: GdPictureStatus AdjustRGB( int ImageID, int RedAdjust, int GreenAdjust, int BlueAdjust )
public: GdPictureStatus AdjustRGB( int ImageID, int RedAdjust, int GreenAdjust, int BlueAdjust )
Parameters
- ImageID
- GdPicture image identifier.
- RedAdjust
- Value to add to the red component [-255 ; 255].
- GreenAdjust
- Value to add to the green component [-255 ; 255].
- BlueAdjust
- Value to add to the blue component [-255 ; 255].
Return Value
A member of the GdPictureStatus enumeration.