# OhosPixelMapCreateOps ## Overview The **OhosPixelMapCreateOps** struct defines the options used for creating a pixel map. **Since** 10 **Related Modules** [Image](image.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | [width](#width) | Image width, in pixels.| | [height](#height) | Image height, in pixels.| | [pixelFormat](#pixelformat) | Image format.| | [editable](#editable) | Editing type of the image.| | [alphaType](#alphatype) | Alpha type of the image.| | [scaleMode](#scalemode) | Scale mode of the image.| ## Member Variable Description ### alphaType ``` uint32_t OhosPixelMapCreateOps::alphaType ``` **Description** Alpha type of the image. ### editable ``` uint32_t OhosPixelMapCreateOps::editable ``` **Description** Editing type of the image. ### height ``` uint32_t OhosPixelMapCreateOps::height ``` **Description** Image height, in pixels. ### pixelFormat ``` int32_t OhosPixelMapCreateOps::pixelFormat ``` **Description** Image format. ### scaleMode ``` uint32_t OhosPixelMapCreateOps::scaleMode ``` **Description** Scale mode of the image. ### width ``` uint32_t OhosPixelMapCreateOps::width ``` **Description** Image width, in pixels.