Color Structure

Describes a color in terms of alpha, red, green, and blue channels.

Syntax

public value struct Color  

Remarks

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.

Requirements

Namespace: Windows.UI

Metadata: windows.winmd

See also

Reference

Color Members

Windows.UI Namespace