Interface

Clutter-18ClutterColorizeEffectConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Clutter.ActorMeta.ConstructorProps

Properties

tint: Cogl.Color

Properties - Inherited from Clutter.ActorMeta.ConstructorProps

actor: Clutter.Actor
enabled: boolean
name: string