|
Kanzi Graphics Engine
|
Property accessors for KzuLayer. More...
#include "kzu_layer.h"#include <core/util/color/kzc_color.h>#include <core/util/math/kzc_matrix3x3.h>#include <core/util/math/kzc_vector2.h>#include <system/kzs_types.h>#include <system/debug/kzs_error.h>#include <system/kzs_header.h>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... | |
Property accessors for KzuLayer.
Copyright 2008-2019 by Rightware. All rights reserved.
Gets the value of property LayerAspectRatio in layer.
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.
Gets the value of property LayerOpacity in layer.