Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Gnome/testsuite/gsk/compare/   (Gnome Linux Desktop Version 4.23.2©)  Datei vom 30.5.2026 mit Größe 400 B image not shown  

Quelle  cross-fade-in-opacity.node   Sprache: unbekannt

 
Spracherkennung für: .node vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

/* Background */
color {
  bounds: 0 0 200 200;
  color: white;
}

/* It is important that the following node structure leaves the
 * start child of the cross-fade node invisible. */
opacity {
  opacity: 0.4;

  child: cross-fade {
    start: color {
      color: blue;
      bounds: 0 0 100 100;
    }
    end: color {
      color: red;
      bounds: 100 100 100 100;
    }
    progress: 1.0;
  }
}

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-07-04]