This method loads a bmp file that has been saved in seperate RGB planes

[Visual Basic]   [ Boolean = ]imagekitcontrolname.File.RGBBmpPlaneFileLoad(RedFileName As String, GreenFileName As String, BlueFileName As String)
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetFile().RGBBmpPlaneFileLoad(LPCTSTR RedFileName, LPCTSTR GreenFileName, LPCTSTR BlueFileName)
[VB.NET]   [ Boolean = ]imagekitcontrolname.File.RGBBmpPlaneFileLoad(RedFileName As String, GreenFileName As String, BlueFileName As String)
[C#.NET]   [ Boolean = ]imagekitcontrolname.File.RGBBmpPlaneFileLoad(string RedFileName, string GreenFileName, string BlueFileName)

Parameters

Name Explanation
RedFileName The filename of the R plane image to be loaded
GreenFileName The filename of the G plane image to be loaded
BlueFileName The filename of the B plane image to be loaded

Return Value

Returns True (nonzero) if successful. Returns False (0) if unsuccessful.

Explanation

The RGBBmpPlaneFileLoad method loads a bmp file that has been saved in seperate RGB planes. The individual RGB plane images are 8 bit grayscale and the output image is 24 bit color.

If successful, the output image will be set in the ImageHandle property or the Layer(LayerNo).ImageHandle property according to the value set in the LayerNo property.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation