X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fimage-visual-properties-devel.h;h=0471ae2c195b81a5b72759ccda493c7383dbc109;hp=d2622da9f912627069ea46078d80a82979166e36;hb=305b42da3085e8b4682ddadebdab7661148a0cb6;hpb=eaebf2e8aa5903e4acbb37ae46050e009863146c diff --git a/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h b/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h index d2622da..0471ae2 100644 --- a/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h @@ -64,6 +64,18 @@ enum Type */ ATLASING = WRAP_MODE_V + 2, + + /** + * @brief URL of a masking image + * @details Name "alphaMaskUrl", type Property::STRING, URL of image to apply as + * a mask after image loading. If set after the main URL has finished loading, this + * may necessitate a re-load of the main image. The alpha mask image will be scaled + * on load to match the size of the main image, then applied to the pixel data + * before uploading to GL. + * @note Optional. + */ + + ALPHA_MASK_URL = WRAP_MODE_V + 3, }; } //namespace Property