Topics

brightness modifer

The brightness modifier is used to calculate a lighter/darker hex color from the one being passed.  It can be up to 255 steps darker or 255 steps lighter.  This example increases the color brighness by 20 steps.

{'#ff33dd'|brightness|20}
Loading Help