Skip to content

Commit e2399bb

Browse files
committed
yet another small mint
1 parent 0e297b2 commit e2399bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/maker/canvas-apps/functions/function-colors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The **ColorValue** function returns a color based on a CSS color string. Both n
2424

2525
The **RGBA** function returns a color based on Red, Green, and Blue color components. It also includes an Alpha component used for mixing colors of objects layered on top of one another. Alpha varies from 0 or 0% which is fully transparent and invisible to 1 or 100% which is fully opaque and completely blocks out layers below.
2626

27-
The **ColorFade** function returns a brighter or darker version of a color. The amount of fade varies from -1 which fully darkens a color to black, to 0 which has no impact on the color, to 1 which fully brightens a color to white.
27+
The **ColorFade** function returns a brighter or darker version of a color. The amount of fade varies from -1 or -100% which fully darkens a color to black, to 0 which has no impact on the color, to 1 or 100% which fully brightens a color to white.
2828

2929
## Syntax
3030
**Color**.*ColorName*
@@ -43,7 +43,7 @@ The **ColorFade** function returns a brighter or darker version of a color. The
4343
**ColorFade**( *Color*, *FadeAmount* )
4444

4545
* *Color* - Required. A color value such as **Color.Red** or the output from **ColorValue** or **RGBA**.
46-
* *FadeAmount* - Required. A number between -1 and 1. -1 fully darkens a color to black, 0 has no impact on the color, and 1 fully brightens a color to white.
46+
* *FadeAmount* - Required. A number between -1 and 1. -1 fully darkens a color to black, 0 has no impact on the color, and 1 fully brightens a color to white. You can also use a percentage, -100% to 100%
4747

4848
## Built in colors
4949

0 commit comments

Comments
 (0)