All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kzu_color_property.h File Reference

Specifies color property. More...

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 KzuColorPropertyTypekzuColorPropertyTypeFromPropertyType (const struct KzuPropertyType *propertyType)
 Converts property type to color property type. More...
 
struct KzuPropertyTypekzuColorPropertyTypeToPropertyType (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...
 

Detailed Description

Specifies color property.

Copyright 2008-2020 by Rightware. All rights reserved.

Function Documentation

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.