Describes a color in terms of alpha, red, green, and blue channels.
public value struct Color
Color is a Windows Runtime structure that represents a color that has four channels: A (alpha), R (red), G (green), B (blue). Each of the values is stored as a Byte type with value 0-255.
Namespace: Windows.UI
Metadata: windows.winmd