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

[C++Builder]   [ Boolean = ]imagekitcontrolname->FileIO->RGBBmpPlaneFileLoad(const UnicodeString RedFileName, const UnicodeString GreenFileName, const UnicodeString BlueFileName)
[Delphi]   [ Boolean = ]imagekitcontrolname.FileIO.RGBBmpPlaneFileLoad(const RedFileName: string; const GreenFileName: string; const BlueFileName: string)

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 if successful. Returns False 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 VCL is a product created by Newtone Corporation