Photon microGUI widgets library 0.6.0
PhWidgets::Drawing::BitmapImageType Struct Reference

Provides a collection of bitmap image types for use by a Photon microGUI application. More...

#include <Image.h>

Inheritance diagram for PhWidgets::Drawing::BitmapImageType:
PhWidgets::Drawing::ImageType

Public Types

Properties

Colors::eColors Collection of standard colors for use by a Photon microGUI application

enum  eBitmapImageType { BitmapBackfill , BitmapTransparent }
 

Detailed Description

Provides a collection of bitmap image types for use by a Photon microGUI application.

See also

Member Enumeration Documentation

◆ eBitmapImageType

Enumerator
BitmapBackfill 

A bitonal image; the two colors are specified in the color palette.

BitmapTransparent 

A monochrome image with transparent regions. The bits in the image data that are set to 1 are drawn using color palette entry 1; zeros are treated as transparent, so they're not drawn.


The documentation for this struct was generated from the following file: