primaryColor property

int? primaryColor
getter/setter pair

A color in RGB format that indicates the predominant color to display in the device management app UI.

The color components are stored as follows: (red << 16) | (green << 8) | blue, where the value of each component is between 0 and 255, inclusive.

Implementation

core.int? primaryColor;