ColorToHexConverter.ConvertNoAlpha(object) method¶
Defined in
Type: ColorToHexConverter
Namespace: CrissCross.WPF.UI.Converters
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public static object ConvertNoAlpha(object value)
Summary: Convert a Color to a hex string without alpha.
Parameters
| Name | Type | Description |
|---|---|---|
value | object | The value. |
Returns: object -- The converted value.
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | value. |