FromArgb
Leave feedback
On this page
Builds a color from a packed 32-bit value in ARGB order.
public static Color FromArgb(int argb)
| Parameter | Type | Description |
|---|---|---|
| argb | Int32 | Packed alpha, red, green, and blue values. |
A color that can be assigned to redaction options.
- struct Color
- namespace GroupDocs.Redaction.Options.Drawing
- assembly GroupDocs.Redaction
Builds a color from separate channel values.
public static Color FromArgb(int alpha, int red, int green, int blue)
| Parameter | Type | Description |
|---|---|---|
| alpha | Int32 | Opacity from 0 to 255. |
| red | Int32 | Red channel from 0 to 255. |
| green | Int32 | Green channel from 0 to 255. |
| blue | Int32 | Blue channel from 0 to 255. |
A color that can be assigned to redaction options.
- struct Color
- namespace GroupDocs.Redaction.Options.Drawing
- assembly GroupDocs.Redaction
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.