|
Kanzi Graphics Engine
|
Specifies a color adjustment composer. More...
#include <user/resource/kzu_resource_common.h>#include <system/debug/kzs_error.h>#include <system/kzs_types.h>#include <system/kzs_header.h>Functions | |
| kzsError | kzuColorAdjustmentComposerRegisterToFactory (const struct KzuFactory *factory) |
| Registers color adjustment composer to factory. More... | |
| kzsError | kzuColorAdjustmentComposerCreate (const struct KzcMemoryManager *memoryManager, kzString name, struct KzuUIDomain *uiDomain, struct KzuColorAdjustmentComposer **out_colorAdjustmentComposer) |
| Creates new Color Adjustment composer. More... | |
| struct KzuComposer * | kzuColorAdjustmentComposerToComposer (struct KzuColorAdjustmentComposer *colorAdjustmentComposer) |
| Casts color adjustment composer to composer. More... | |
| struct KzuColorAdjustmentComposer * | kzuColorAdjustmentComposerFromComposer (const struct KzuComposer *composer) |
| Casts composer to color adjustment composer. More... | |
Variables | |
| const KzuResourceType | KZU_COMPOSER_TYPE_COLOR_ADJUSTMENT |
| Composer type identifier for color adjustment. More... | |
Specifies a color adjustment composer.
Copyright 2008-2019 by Rightware. All rights reserved.
| kzsError kzuColorAdjustmentComposerRegisterToFactory | ( | const struct KzuFactory * | factory) |
Registers color adjustment composer to factory.
| kzsError kzuColorAdjustmentComposerCreate | ( | const struct KzcMemoryManager * | memoryManager, |
| kzString | name, | ||
| struct KzuUIDomain * | uiDomain, | ||
| struct KzuColorAdjustmentComposer ** | out_colorAdjustmentComposer | ||
| ) |
Creates new Color Adjustment composer.
| struct KzuComposer* kzuColorAdjustmentComposerToComposer | ( | struct KzuColorAdjustmentComposer * | colorAdjustmentComposer) |
Casts color adjustment composer to composer.
| struct KzuColorAdjustmentComposer* kzuColorAdjustmentComposerFromComposer | ( | const struct KzuComposer * | composer) |
Casts composer to color adjustment composer.
| const KzuResourceType KZU_COMPOSER_TYPE_COLOR_ADJUSTMENT |
Composer type identifier for color adjustment.