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

Property accessors for KzuLayer. More...

Functions

kzFloat kzuLayerGetLayerAspectRatio (const struct KzuLayer *layer)
 Gets the value of property LayerAspectRatio in layer. More...
 
kzsError kzuLayerSetLayerAspectRatio (const struct KzuLayer *layer, kzFloat value)
 Sets the value of property LayerAspectRatio in layer. More...
 
enum KzuLayerContentStretch kzuLayerGetLayerContentStretch (const struct KzuLayer *layer)
 Gets the value of property LayerContentStretch in layer. More...
 
kzsError kzuLayerSetLayerContentStretch (const struct KzuLayer *layer, enum KzuLayerContentStretch value)
 Sets the value of property LayerContentStretch in layer. More...
 
struct KzcMatrix3x3 kzuLayerGetLayerLayoutTransformation (const struct KzuLayer *layer)
 Gets the value of property LayerLayoutTransformation in layer. More...
 
kzsError kzuLayerSetLayerLayoutTransformation (const struct KzuLayer *layer, const struct KzcMatrix3x3 *value)
 Sets the value of property LayerLayoutTransformation in layer. More...
 
struct KzcVector2 kzuLayerGetLayerRenderTransformationOrigin (const struct KzuLayer *layer)
 Gets the value of property LayerRenderTransformationOrigin in layer. More...
 
kzsError kzuLayerSetLayerRenderTransformationOrigin (const struct KzuLayer *layer, struct KzcVector2 value)
 Sets the value of property LayerRenderTransformationOrigin in layer. More...
 
struct KzcMatrix3x3 kzuLayerGetLayerRenderTransformation (const struct KzuLayer *layer)
 Gets the value of property LayerRenderTransformation in layer. More...
 
kzsError kzuLayerSetLayerRenderTransformation (const struct KzuLayer *layer, const struct KzcMatrix3x3 *value)
 Sets the value of property LayerRenderTransformation in layer. More...
 
struct KzcColorRGBA kzuLayerGetLayerBackgroundBrushColor (const struct KzuLayer *layer)
 Gets the value of property LayerBackgroundBrushColor in layer. More...
 
kzsError kzuLayerSetLayerBackgroundBrushColor (const struct KzuLayer *layer, struct KzcColorRGBA value)
 Sets the value of property LayerBackgroundBrushColor in layer. More...
 
kzFloat kzuLayerGetLayerOpacity (const struct KzuLayer *layer)
 Gets the value of property LayerOpacity in layer. More...
 
kzsError kzuLayerSetLayerOpacity (const struct KzuLayer *layer, kzFloat value)
 Sets the value of property LayerOpacity in layer. More...
 

Detailed Description

Property accessors for KzuLayer.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

kzFloat kzuLayerGetLayerAspectRatio ( const struct KzuLayer layer)

Gets the value of property LayerAspectRatio in layer.

kzsError kzuLayerSetLayerAspectRatio ( const struct KzuLayer layer,
kzFloat  value 
)

Sets the value of property LayerAspectRatio in layer.

enum KzuLayerContentStretch kzuLayerGetLayerContentStretch ( const struct KzuLayer layer)

Gets the value of property LayerContentStretch in layer.

kzsError kzuLayerSetLayerContentStretch ( const struct KzuLayer layer,
enum KzuLayerContentStretch  value 
)

Sets the value of property LayerContentStretch in layer.

struct KzcMatrix3x3 kzuLayerGetLayerLayoutTransformation ( const struct KzuLayer layer)

Gets the value of property LayerLayoutTransformation in layer.

kzsError kzuLayerSetLayerLayoutTransformation ( const struct KzuLayer layer,
const struct KzcMatrix3x3 value 
)

Sets the value of property LayerLayoutTransformation in layer.

struct KzcVector2 kzuLayerGetLayerRenderTransformationOrigin ( const struct KzuLayer layer)

Gets the value of property LayerRenderTransformationOrigin in layer.

kzsError kzuLayerSetLayerRenderTransformationOrigin ( const struct KzuLayer layer,
struct KzcVector2  value 
)

Sets the value of property LayerRenderTransformationOrigin in layer.

struct KzcMatrix3x3 kzuLayerGetLayerRenderTransformation ( const struct KzuLayer layer)

Gets the value of property LayerRenderTransformation in layer.

kzsError kzuLayerSetLayerRenderTransformation ( const struct KzuLayer layer,
const struct KzcMatrix3x3 value 
)

Sets the value of property LayerRenderTransformation in layer.

struct KzcColorRGBA kzuLayerGetLayerBackgroundBrushColor ( const struct KzuLayer layer)

Gets the value of property LayerBackgroundBrushColor in layer.

kzsError kzuLayerSetLayerBackgroundBrushColor ( const struct KzuLayer layer,
struct KzcColorRGBA  value 
)

Sets the value of property LayerBackgroundBrushColor in layer.

kzFloat kzuLayerGetLayerOpacity ( const struct KzuLayer layer)

Gets the value of property LayerOpacity in layer.

kzsError kzuLayerSetLayerOpacity ( const struct KzuLayer layer,
kzFloat  value 
)

Sets the value of property LayerOpacity in layer.