Add implmentation of chromakey for surface
authorNobuhiko Tanibata <ntanibata@jp.adit-jv.com>
Thu, 26 Jul 2012 05:55:40 +0000 (14:55 +0900)
committerMichael Schuldt <michael.schuldt@bmw.de>
Wed, 12 Sep 2012 09:34:00 +0000 (11:34 +0200)
commit7f6993127fbbcc455dc4b9521d691e326a596466
tree93e4f2d47781d8f55d78c02182a44afccaf0f940
parenta36b1d756a255fd143a9b76e4aee36f8f7ca211c
Add implmentation of chromakey for surface

LayerManagerClient:
-Add members into structure of ilmSurfaceProperties to get status of chromakey by ilm_getPropertiesOfSurface
-ilm_surfaceSetChromaKey and Modification of ilm_getPropertiesOfSurface to get properties of chromakey

GenericCommunicator:
-Add SetSurfaceChromaKey and GetPropertiesOfSurface

LayerManagerService
-Add colorkey's methods and valiables to GraphicalObject

LayerManagerPlugins
-Add SurfaceSetChromakeyCommand
LayerManagerClient/ilmClient/include/ilm_client.h
LayerManagerClient/ilmClient/include/ilm_types.h
LayerManagerClient/ilmClient/src/generic_ilm_client.c
LayerManagerCommands/include/SurfaceSetChromaKeyCommand.h [new file with mode: 0644]
LayerManagerCommands/src/SurfaceSetChromaKeyCommand.cpp [new file with mode: 0644]
LayerManagerPlugins/Communicators/GenericCommunicator/include/GenericCommunicator.h
LayerManagerPlugins/Communicators/GenericCommunicator/src/GenericCommunicator.cpp
LayerManagerService/include/GraphicalObject.h