1 Star 0 Fork 5K

vv_justdoit / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
graphic_types-h.md 4.02 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

graphic_types.h

Overview

Related Modules:

Graphic

Description:

Defines the common data types for the graphics system.

Since:

1.0

Version:

1.0

Summary

Data Structures

Data Structure Name

Description

OHOS::Point

Defines a point.

Enumerations

Enumeration Name

Description

OHOS::ColorMode : uint8_t {   OHOS::ARGB8888 = 0, OHOS::RGB888, OHOS::RGB565, OHOS::ARGB1555,   OHOS::ARGB4444, OHOS::AL44, OHOS::AL88, OHOS::L1,   OHOS::L2, OHOS::L4, OHOS::L8, OHOS::A1,   OHOS::A2, OHOS::A4, OHOS::A8, OHOS::UNKNOW }

colormode of image and font.

1
https://gitee.com/vv-justdoit/docs.git
git@gitee.com:vv-justdoit/docs.git
vv-justdoit
docs
docs
master

搜索帮助