Add implementation of chromakey for layer
authorNobuhiko Tanibata <ntanibata@jp.adit-jv.com>
Sat, 4 Aug 2012 13:47:16 +0000 (22:47 +0900)
committerMichael Schuldt <michael.schuldt@bmw.de>
Wed, 12 Sep 2012 09:34:34 +0000 (11:34 +0200)
commit15b751e2496cdc386295b4d4725b60155f36fe0a
treea344b470692c36ea34b7fa34a3a9a176bfc2deab
parentc27ff47ee8eb2c8dc069e7a54a6db78680bea004
Add implementation of chromakey for layer

LayerManagerClient:
-Add members into structure of ilmLayerProperties to get status of chromakey by ilm_getPropertiesOfLayer
-ilm_layerSetChromaKey and modification of ilm_getPropertiesOfLayer to get properties of chromakey

GenericCommunicator:
-Add SetLayerChromaKey and GetPropertiesOfLayer

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