@@ -923,6 +923,7 @@ |
||
923 | 923 | * Takes a color code and returns an adjusted value |
924 | 924 | * @since 1.0.0 |
925 | 925 | * Steps should be between -255 and 255. Negative = darker, positive = lighter |
926 | + * @param integer $steps |
|
926 | 927 | * @return string |
927 | 928 | */ |
928 | 929 | function lasso_editor_adjustBrightness($hex, $steps) { |