drawing_color.h
Overview
Declares functions related to the color object in the drawing module.
Since: 8
Related Modules:
Summary
Functions
Name | Description |
---|---|
OH_Drawing_ColorSetArgb (uint32_t alpha, uint32_t red, uint32_t green, uint32_t blue) | Converts four variables (alpha, red, green, and blue) into a 32-bit (ARGB) variable that describes a color. |