Documentation: adding missed documentation to edcref (map.color param)
authorVorobiov Vitalii <vi.vorobiov@samsung.com>
Tue, 24 Jun 2014 14:11:09 +0000 (17:11 +0300)
committerVorobiov Vitalii <vi.vorobiov@samsung.com>
Tue, 24 Jun 2014 14:11:09 +0000 (17:11 +0300)
commit49344287ac1b2be7375b25a5830e2947a0ebbc92
tree5a57649f2d4dabff3c1d1748f654cd3ab9483fef
parentaa5e2c6132d42120d82a69c16ee71e5e88ff91da
Documentation: adding missed documentation to edcref (map.color param)

Summary:
There is param (of the map block in part's description) that allows user to
set a color for specified vertex/point of that part.
That param was undocumented so actually no one know that this param is exist and can be used in edj file.

Two main fixes:
- adding documentation for map.color param in edc reference.
- adding .edc source code example for seeing how map.color param works.

@fix

Reviewers: cedric, Hermet, raster, seoz

Reviewed By: cedric

CC: cedric, reutskiy.v.v
Differential Revision: https://phab.enlightenment.org/D1083
src/bin/edje/edje_cc_handlers.c
src/examples/edje/edje-map-color.edc [new file with mode: 0644]