「App:Library:FabGL:Struct:Bitmap」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
9行目: 9行目:
 
== Public属性 ==
 
== Public属性 ==
 
{| class="wikitable"
 
{| class="wikitable"
|uint8_t *      [http://www.fabglib.org/structfabgl_1_1_bitmap_abe222f6d3581e7920dcad5306cc906a8.html#abe222f6d3581e7920dcad5306cc906a8 '''data''']
+
|uint8_t *      [http://www.fabglib.org/structfabgl_1_1_bitmap_abe222f6d3581e7920dcad5306cc906a8.html#abe222f6d3581e7920dcad5306cc906a8 data]
 
|-
 
|-
|bool            [http://www.fabglib.org/structfabgl_1_1_bitmap_a655d553e67e161e0952ce91663de4cd1.html#a655d553e67e161e0952ce91663de4cd1 '''dataAllocated''']
+
|bool            [http://www.fabglib.org/structfabgl_1_1_bitmap_a655d553e67e161e0952ce91663de4cd1.html#a655d553e67e161e0952ce91663de4cd1 dataAllocated]
 
|-
 
|-
|[http://www.fabglib.org/structfabgl_1_1_r_g_b888.html '''RGB888''']      [http://www.fabglib.org/structfabgl_1_1_bitmap_a40bc2241c1ab98232e200c5d492a68b0.html#a40bc2241c1ab98232e200c5d492a68b0 '''foregroundColor''']
+
|[http://www.fabglib.org/structfabgl_1_1_r_g_b888.html RGB888]      [http://www.fabglib.org/structfabgl_1_1_bitmap_a40bc2241c1ab98232e200c5d492a68b0.html#a40bc2241c1ab98232e200c5d492a68b0 foregroundColor]
 
|-
 
|-
|[http://www.fabglib.org/group___enumerations_gafe919d7a7aeba256337f0fc494cf7221.html#gafe919d7a7aeba256337f0fc494cf7221 '''PixelFormat''']  [http://www.fabglib.org/structfabgl_1_1_bitmap_a66a9a92335243033aaf7ac4bd401f78f.html#a66a9a92335243033aaf7ac4bd401f78f '''format''']
+
|[http://www.fabglib.org/group___enumerations_gafe919d7a7aeba256337f0fc494cf7221.html#gafe919d7a7aeba256337f0fc494cf7221 PixelFormat]  [http://www.fabglib.org/structfabgl_1_1_bitmap_a66a9a92335243033aaf7ac4bd401f78f.html#a66a9a92335243033aaf7ac4bd401f78f format]
 
|-
 
|-
|int16_t          [http://www.fabglib.org/structfabgl_1_1_bitmap_a777dd66f9609a587ee98ad50de301662.html#a777dd66f9609a587ee98ad50de301662 '''height''']
+
|int16_t          [http://www.fabglib.org/structfabgl_1_1_bitmap_a777dd66f9609a587ee98ad50de301662.html#a777dd66f9609a587ee98ad50de301662 height]
 
|-
 
|-
|int16_t          [http://www.fabglib.org/structfabgl_1_1_bitmap_ae0ffb42440f0305b6d22a1c6106b6e6f.html#ae0ffb42440f0305b6d22a1c6106b6e6f '''width''']
+
|int16_t          [http://www.fabglib.org/structfabgl_1_1_bitmap_ae0ffb42440f0305b6d22a1c6106b6e6f.html#ae0ffb42440f0305b6d22a1c6106b6e6f width]
 
|}
 
|}
  
25行目: 25行目:
 
画像を表します。
 
画像を表します。
  
[http://www.fabglib.org/displaycontroller_8h_source.html#l00465 '''Definition at line 465 of file displaycontroller.h'''].
+
[http://www.fabglib.org/displaycontroller_8h_source.html#l00465 Definition at line 465 of file displaycontroller.h].
  
 
----この構造体のドキュメントは、次のファイルから生成されました。
 
----この構造体のドキュメントは、次のファイルから生成されました。
  
* [http://www.fabglib.org/displaycontroller_8h_source.html '''displaycontroller.h''']
+
* [http://www.fabglib.org/displaycontroller_8h_source.html displaycontroller.h]
* [http://www.fabglib.org/displaycontroller_8cpp_source.html '''displaycontroller.cpp''']
+
* [http://www.fabglib.org/displaycontroller_8cpp_source.html displaycontroller.cpp]
  
  

2022年3月23日 (水) 10:50時点における最新版

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.


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




戻る