Interface

Clutter-18ClutterColorizeEffectConstructorProps

interface ConstructorProps {
    actor: Clutter.Actor;
    enabled: boolean;
    name: string;
    tint: Cogl.Color;
}

Hierarchy (View Summary)

Index
tint: Cogl.Color
actor: Clutter.Actor
enabled: boolean
name: string