Edit

Share via


Color Struct

Definition

Namespace: Microsoft.CommandPalette.Extensions

The Color struct represents a color value in the Command Palette. It is used to define colors in the RGB (Red, Green, Blue) color model, with an optional alpha (transparency) channel.

Fields

Field Type Description
A UInt8 Alpha value (transparency)
B UInt8 Blue value
G UInt8 Green value
R UInt8 Red value