


Microsoft Teams was introduced in 2017 as a unified communication and collaboration platform, helping businesses and organizations get things done. Primary’Ĭongrats! You can now easily define and set color schemes in your Power Apps. To reference your new global variable, you reference the object Colors and specify the attribute. To initialize your global variable, click the ellipses menu by the ‘App’ tab and select ‘Run OnStart.’ Referencing Your Variable Use the function Set() to set color theme colors. Upon clicking, you will see the ‘OnStart’ function in the function bar above. You can find that by clicking the’ App’ tab on the Tree View Panel on the left. Setting global variables happen in the ‘On Start’ function. Once you have your theme, you can now easily set your colors in your Power App. Finally, scroll to the bottom of the page to retrieve your RBGA values.Īnother great way to retrieve your RGBA values is through the “Extract Theme” option.Īll you need to use this functionality is a picture or screenshot with your desires color theme, and Adobe will extract the colors from the picture. This helps easily create color pallets if you don’t have experience doing so. In terms of standard practices, most color schemes will fall under Analogous, Monochromatic, and Complementary Harmony Rules. You have the option on the left of the screen to choose a color Harmony Rule, which helps quickly build a cohesive theme! The Color Harmony Rules take your preferred color and automatically positions the secondary colors based on coloring rules. The circle containing the white triangle dictates your primary color. Upon opening the screen, you’ll see a color wheel. A great tool that can assist you in choosing your theme colors and getting the RGBA values is Adobe’s. If you need to change the color scheme of your app, you simply have to change a few lines of code rather than changing the code in every place you used color. Not only do themes help with uniformity in design, but they also help your app be adaptable to change and easier to maintain. Themes help with consistency throughout your app and let you easily reference colors while designing. You can make your code into more readable and maintainable in just a few easy steps. You’re ready to dive deep into Microsoft’s Power Apps, but maybe wondering the easiest way to use color schemes throughout your app.
