From cfb99eaf803ea7ab5063a7491c4bb0be8d294acf Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 15 Nov 2016 14:08:00 -0800 Subject: [PATCH] [Imagery] Add doc to mct-background-image --- .../features/imagery/src/directives/MCTBackgroundImage.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/platform/features/imagery/src/directives/MCTBackgroundImage.js b/platform/features/imagery/src/directives/MCTBackgroundImage.js index f7c1152963..7a4a38d051 100644 --- a/platform/features/imagery/src/directives/MCTBackgroundImage.js +++ b/platform/features/imagery/src/directives/MCTBackgroundImage.js @@ -30,7 +30,13 @@ define( * property to the URL given in its value, but only after that * image has loaded; this avoids "flashing" as images change. * - * If `src` is falsy, no image will be displayed (immediately.) + * If the value of `mct-background-image`is falsy, no image + * will be displayed (immediately.) + * + * Optionally, a `filters` attribute may be specified as an + * object with `brightness` and/or `contrast` properties, + * whose values are percentages. A value of 100 will make + * no changes to the image's brightness or contrast. * * @constructor * @memberof platform/features/imagery