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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
(同じ利用者による、間の2版が非表示)
1行目: 1行目:
== struct ==
+
== struct Bitmap ==
すべてのディスプレイコントローラのベースとなる抽象クラスを表します。
+
画像を表します。
 
{| class="wikitable"
 
{| class="wikitable"
|#include <[http://www.fabglib.org/displaycontroller_8h_source.html '''displaycontroller.h''']>
+
|#include <[http://www.fabglib.org/displaycontroller_8h_source.html displaycontroller.h]>
 
|}
 
|}
  
BaseDisplayController の継承図。
+
 
 +
 
 +
== Public属性 ==
 
{| class="wikitable"
 
{| class="wikitable"
|             BaseDisplayController
+
|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]
 +
|-
 +
|[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]
 +
|-
 +
|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]
 +
|}
 +
 
 +
== Detailed Description ==
 +
画像を表します。
 +
 
 +
[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_8cpp_source.html displaycontroller.cpp]
  
             ↑       ↑
 
  
 [[App:Library:FabGL:Class:BitmapperDisplayController|'''BitmapperDisplayController''']]  [[App:Library:FabGL:Class:TextualDisplayController|'''TextualDisplayController''']]
 
  
                   ↑
 
  
                    [[App:Library:FabGL:Class:VGATextController|'''VGATextController''']]
+
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Class_List 戻る]
|}
 

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.


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




戻る