Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer