Enum which describes the image interpolation modes.
| Enumerator |
|---|
| BCGP_IMAGE_INTERPOLATION_MODE_NEAREST_NEIGHBOR |
Use the exact color of the nearest bitmap pixel to the current rendering pixel.
|
| BCGP_IMAGE_INTERPOLATION_MODE_LINEAR |
Interpolate a color from the four bitmap pixels that are the nearest to the rendering pixel.
|