Interface

Clutter-18ClutterBrightnessContrastEffectConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Clutter.OffscreenEffect.ConstructorProps

Properties

brightness: Cogl.Color
contrast: Cogl.Color

Properties - Inherited from Clutter.OffscreenEffect.ConstructorProps

actor: Clutter.Actor
enabled: boolean
name: string