TryFindName
Leave feedback
On this page
Tries to find a color name by specified color within a named colors collection
public static bool TryFindName(Rgb24Color color, out string name)
| Parameter | Type | Description |
|---|---|---|
| color | Rgb24Color | A color instance |
| name | String& | The resultant color name on success or null on failure |
True if name was successfully found for the given color, or false otherwise
- struct Rgb24Color
- class KnownColors
- namespace GroupDocs.Viewer.Drawing
- assembly GroupDocs.Viewer
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.