Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
kzu_color_adjustment_composer.h File Reference

Specifies a color adjustment composer. More...

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 KzuComposerkzuColorAdjustmentComposerToComposer (struct KzuColorAdjustmentComposer *colorAdjustmentComposer)
 Casts color adjustment composer to composer. More...
 
struct KzuColorAdjustmentComposerkzuColorAdjustmentComposerFromComposer (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...
 

Detailed Description

Specifies a color adjustment composer.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

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.

Variable Documentation

const KzuResourceType KZU_COMPOSER_TYPE_COLOR_ADJUSTMENT

Composer type identifier for color adjustment.