Struct Display::BitmapOptions
ClassList > Display > BitmapOptions
Public Attributes
Type | Name |
---|---|
uint16_t | _color = 0x00 |
bool | _negative = false |
bool | _opaque = false |
Origin::Object2D | _origin = Origin::Object2D::TOP\_LEFT |
Public Functions
Type | Name |
---|---|
BitmapOptions | color (uint16_t setColor) |
uint16_t | getColor () |
uint16_t | getNegative () |
bool | getOpaque () |
Origin::Object2D | getOrigin () |
BitmapOptions | negative (bool setNegative) |
BitmapOptions | opaque (bool setOpaque) |
BitmapOptions | origin (Origin::Object2D setOrigin) |
Public Attributes Documentation
variable _color
variable _negative
variable _opaque
variable _origin
Public Functions Documentation
function color
function getColor
function getNegative
function getOpaque
function getOrigin
function negative
function opaque
function origin
The documentation for this class was generated from the following file src/Display.hpp