15 | | Buttons that have bitmap images included may not appear properly in dark mode. Most of the standard app button images such as the zero button image // /usr/images/icon_app_btn_zeroX.bmp// are black, white, gray will appear very good when the colors are inverted. However, bitmaps with color pixels may not appear as well. Specific bitmaps may be used in this case for dark mode. |
| 15 | Buttons that have bitmap images included may not appear properly in dark mode. Most of the standard app button images such as the zero button image // /usr/images/icon_app_btn_zeroX.bmp// have only black, white, and gray pixels. These images will appear very good when the colors are inverted. |
| 16 | |
| 17 | A new flag value for CFormButton is provided //FORM_BUTTON_BITMAP_NO_INVERT// to prevent the automatic bitmap color invert when in dark mode. |
| 18 | |
| 19 | Bitmaps with color pixels may not appear as very well when the colors are automatically inverted. Different bitmaps may be specified for the app to use when in dark mode. |