mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[ColorPicker] Add hexadecimal integer format (#21354)
* ColorPicker: Add hexadecimal integer format * Fix typo: integral -> integer * Rename as Hex Int
This commit is contained in:
@@ -75,5 +75,10 @@ namespace Microsoft.PowerToys.Settings.UI.Library.Enumerations
|
||||
/// Color presentation as integer decimal value 0-16777215
|
||||
/// </summary>
|
||||
DecimalValue = 12,
|
||||
|
||||
/// <summary>
|
||||
/// Color presentation as an 8-digit hexadecimal integer (0xFFFFFFFF)
|
||||
/// </summary>
|
||||
HexInteger = 13,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user