App:Library:FabGL:Struct:Bitmap

提供: robot-jp wiki
2022年3月23日 (水) 10:50時点におけるTakashi (トーク | 投稿記録)による版 (→‎Public属性)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動検索に移動

struct Bitmap

画像を表します。

#include <displaycontroller.h>


Public属性

uint8_t * data
bool dataAllocated
RGB888 foregroundColor
PixelFormat format
int16_t height
int16_t width

Detailed Description

画像を表します。

Definition at line 465 of file displaycontroller.h.


この構造体のドキュメントは、次のファイルから生成されました。




戻る