Specifies color property. More...
#include <core/util/color/kzc_color.h>#include <kanzi/math/color_rgba.hpp>#include <system/debug/kzs_error.h>Functions | |
| kzsError | kzuColorPropertyTypeCreate (const struct KzcMemoryManager *memoryManager, kzString name, struct KzcColorRGBA defaultValue, struct KzuColorPropertyType **out_colorPropertyType) |
| Creates color property type. More... | |
| kzsError | kzuColorPropertyTypeCreate (const struct KzcMemoryManager *memoryManager, kzString name, kanzi::ColorRGBA defaultValue, struct KzuColorPropertyType **out_colorPropertyType) |
| kzsError | kzuColorPropertyTypeDelete (struct KzuColorPropertyType *colorPropertyType) |
| Deletes color property type. More... | |
| kzsError | kzuColorPropertyTypeLoadFromKzb (struct KzuColorPropertyType *colorPropertyType, struct KzcInputStream *inputStream) |
| Loads color property type from KZB. More... | |
| struct KzuColorPropertyType * | kzuColorPropertyTypeFromPropertyType (const struct KzuPropertyType *propertyType) |
| Converts property type to color property type. More... | |
| struct KzuPropertyType * | kzuColorPropertyTypeToPropertyType (const struct KzuColorPropertyType *colorPropertyType) |
| Converts color property type to property type. More... | |
| struct KzcColorRGBA | kzuColorPropertyTypeGetDefaultValue (const struct KzuColorPropertyType *colorPropertyType) |
| Gets the default value of color property type. More... | |
Specifies color property.
Copyright 2008-2020 by Rightware. All rights reserved.
| kzsError kzuColorPropertyTypeCreate | ( | const struct KzcMemoryManager * | memoryManager, |
| kzString | name, | ||
| struct KzcColorRGBA | defaultValue, | ||
| struct KzuColorPropertyType ** | out_colorPropertyType | ||
| ) |
Creates color property type.
| kzsError kzuColorPropertyTypeCreate | ( | const struct KzcMemoryManager * | memoryManager, |
| kzString | name, | ||
| kanzi::ColorRGBA | defaultValue, | ||
| struct KzuColorPropertyType ** | out_colorPropertyType | ||
| ) |
| kzsError kzuColorPropertyTypeDelete | ( | struct KzuColorPropertyType * | colorPropertyType | ) |
Deletes color property type.
| kzsError kzuColorPropertyTypeLoadFromKzb | ( | struct KzuColorPropertyType * | colorPropertyType, |
| struct KzcInputStream * | inputStream | ||
| ) |
Loads color property type from KZB.
| struct KzuColorPropertyType* kzuColorPropertyTypeFromPropertyType | ( | const struct KzuPropertyType * | propertyType | ) |
Converts property type to color property type.
| struct KzuPropertyType* kzuColorPropertyTypeToPropertyType | ( | const struct KzuColorPropertyType * | colorPropertyType | ) |
Converts color property type to property type.
| struct KzcColorRGBA kzuColorPropertyTypeGetDefaultValue | ( | const struct KzuColorPropertyType * | colorPropertyType | ) |
Gets the default value of color property type.