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)
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.