Class ColorExtensions
Extensions for working with colors.
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public static class ColorExtensions
Methods
Name | Description |
---|---|
ArgbToRgbaHex(string) | Convert a ARGB hex color to RGBA hex color. |
ColorToRgbaHex(Color) | Convert a Color to a RGBA hex color. |
IsRgbHex(string) | Check if a string is a valid RGB hex color. |
IsValidHex(string) | Check if a string is a valid hex color. |
RgbaToArgbHex(string) | Convert a RGBA hex color to ARGB hex color. |