gthreecolorkeyframetrack

gthreecolorkeyframetrack

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GthreeKeyframeTrack
        ╰── GthreeColorKeyframeTrack

Includes

#include <gthree/gthree.h>

Description

Functions

gthree_color_keyframe_track_new ()

GthreeKeyframeTrack *
gthree_color_keyframe_track_new (const char *name,
                                 GthreeAttributeArray *times,
                                 GthreeAttributeArray *values);

Types and Values

GthreeColorKeyframeTrack

typedef struct _GthreeColorKeyframeTrack GthreeColorKeyframeTrack;

GthreeColorKeyframeTrackClass

typedef struct {
  GthreeKeyframeTrackClass parent_class;
} GthreeColorKeyframeTrackClass;