LoadPictureColorConstants
Colour-depth selectors for the vbLPColor argument of LoadPicture.
| Constant | Value | Description |
|---|---|---|
| vbLPDefault | 0 | Use the source image’s native colour depth. |
| vbLPMonochrome | 1 | Load as a monochrome (1-bit) image. |
| vbLPVGAColor | 2 | Load as a 16-colour (4-bit) image. |
| vbLPColor | 3 | Load as a full-colour image. |