Color
Leave feedback
On this page
Represents an ARGB (alpha, red, green, blue) color.
public class Color
| Name | Description |
|---|---|
| Color(int, int, int) | Initializes a new instance of the Color class. |
| Color(int, int, int, int) | Initializes a new instance of the Color class. |
| Name | Description |
|---|---|
| Alpha { get; } | Gets the alpha component value of this instance. |
| Blue { get; } | Gets the blue component value of this instance. |
| Green { get; } | Gets the green component value of this instance. |
| Red { get; } | Gets the red component value of this instance. |
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.