drawing_color.h

Overview

The drawing_color.h file declares the functions related to the color in the drawing module.

Since

8

Related module

Drawing

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.