GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / SwapColorsRGBtoRBG Method
GdPicture image identifier.





In This Topic
SwapColorsRGBtoRBG Method (GdPictureImaging)
In This Topic
Swaps the color components (RGB - > RBG) of a GdPicture image or of an area of a GdPicture image defined by SetROI() method.
Syntax
'Declaration
 
Public Function SwapColorsRGBtoRBG( _
   ByVal ImageID As Integer _
) As GdPictureStatus
 

Parameters

ImageID
GdPicture image identifier.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
This method is used in the "Image Processing" Demo.
See Also