'Declaration Public Shared Function CreateColorBlendCommand( _
ByVal imageThe image to process.As Vintasoft.Imaging.VintasoftImage _
) As Vintasoft.Imaging.ImageProcessing.Color.ColorBlendCommand
public static Vintasoft.Imaging.ImageProcessing.Color.ColorBlendCommand CreateColorBlendCommand(
Vintasoft.Imaging.VintasoftImage image
)
public: static Vintasoft.Imaging.ImageProcessing.Color.ColorBlendCommand* CreateColorBlendCommand(
Vintasoft.Imaging.VintasoftImage* image
)
public:
static Vintasoft.Imaging.ImageProcessing.Color.ColorBlendCommand^ CreateColorBlendCommand(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- The image to process.
Return Value
A new instance of ColorBlendCommand or instance of type derived from ColorBlendCommand.