How can one conduct colour validation in desktop applications?

How can we obtain colour validation information in a desktop application and subsequently validate it?

Hi

You can try with Get Attribute activity where get the color of an element by mentioning attribute for example, you might specify the style attribute.
https://docs.uipath.com/activities/other/latest/ui-automation/get-attribute

Or

Sometimes this get attribute may not work with css element
Try for those with this activity

Hope this helps

Cheers @pavanig