• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OhosPixelMapCreateOps
2
3
4## Overview
5
6Defines the options used for creating a pixel map.
7
8**Since:**
99
10
11**Related Modules:**
12
13[Image](image.md)
14
15
16## Summary
17
18
19### Member Variables
20
21| Name | Description |
22| -------- | -------- |
23| [width](#width) | Image width, in pixels.  |
24| [height](#height) | Image height, in pixels.  |
25| [pixelFormat](#pixelformat) | Image format.  |
26| [editable](#editable) | Editing type of the image.  |
27| [alphaType](#alphatype) | Alpha type of the image.  |
28| [scaleMode](#scalemode) | Scale mode of the image.  |
29
30
31## Member Variable Description
32
33
34### alphaType
35
36
37```
38uint32_t OhosPixelMapCreateOps::alphaType
39```
40**Description**<br>
41Alpha type of the image.
42
43
44### editable
45
46
47```
48uint32_t OhosPixelMapCreateOps::editable
49```
50**Description**<br>
51Editing type of the image.
52
53
54### height
55
56
57```
58uint32_t OhosPixelMapCreateOps::height
59```
60**Description**<br>
61Image height, in pixels.
62
63
64### pixelFormat
65
66
67```
68int32_t OhosPixelMapCreateOps::pixelFormat
69```
70**Description**<br>
71Image format.
72
73
74### scaleMode
75
76
77```
78uint32_t OhosPixelMapCreateOps::scaleMode
79```
80**Description**<br>
81Scale mode of the image.
82
83
84### width
85
86
87```
88uint32_t OhosPixelMapCreateOps::width
89```
90**Description**<br>
91Image width, in pixels.
92