ColorValue in PowerApps

 In PowerApps to update the CSS color using following functions

  • Color
  • ColorValue
  • RGBA
Using Color we have the enumerated values as shown below.
  • Color.Red
  •  Color.Yellow



Using Color Value we can pass the 6 - digit or 8- digit hex values or Color name as shown below.

  • ColorValue( "#faebd7" )
  • ColorValue( "#54faebd7" )
  • ColorValur("Red")



Using RGBA, We can pass the Red, Green, Brown, Alpha as shown below.
  • RGBA(255,2555,255,0) 





Comments

Popular posts from this blog

Linksys Wireless Connection Failure

The security validation for this page is invalid. Click Back in your Web

Power Apps toPower Automate Error - The input body for trigger 'manual' of type 'Request' did not match its schema definition , the input String does not validate against the date