/** *** Monument-Titler (C) Copyright 1994-1995 by proDAD, *** All Rights Reserved *** *** Grunddefinitionen **/ /* ** Farbtabell mit den RGBA-Komponenten ** ** [0<=RGBA<=255] */ /****************************** R * G * B * A **/ COLORS COLOR "Schwarz" 0 0 0 255 COLOR "Weiß" 255 255 255 255 COLOR "Transparent" 0 0 0 0 COLOR "1/2 Trans. dunkel" 0 0 0 128 COLOR "1/2 Trans. hell" 255 255 255 128 COLOR "Rot" 255 0 0 255 COLOR "Dunkelrot" 128 0 0 255 COLOR "1/2 Trans. rot" 255 0 0 128 COLOR "Grün" 0 255 0 255 COLOR "Dunkelgrün" 0 128 0 255 COLOR "1/2 Trans. grün" 0 255 0 128 COLOR "Blau" 0 0 255 255 COLOR "Dunkelblau" 0 0 128 255 COLOR "Hellblau" 0 150 255 255 COLOR "1/2 Trans. blau" 0 0 255 128 COLOR "Gelb" 255 255 0 255 COLOR "Orange" 255 166 0 255 COLOR "Ocker" 128 128 0 255 COLOR "Magenta" 255 0 255 255 COLOR "Dunkelmagenta" 128 0 128 255 COLOR "Cyan" 0 255 255 255 COLOR "Dunkelcyan" 0 128 128 255 COLOR "Hellgrau" 200 200 200 255 # /* ** Statischer Grafikarbeitsspeicher für die ** Ausgabe von Text und Grafik. */ GRAPHICSMEM 120000 /* Bytes */ /* ** Verzeichnis(se) der CGFonts. ** Beim Start werden dieses Verzeichnisse durchsucht. */ CGFONTS PATH "fonts:" // Globale Fonts PATH "CGFonts" // Monument's eigene Fonts # /* ** In diesen Verzeichnissen werden die Brushes gesucht. ** Bei jedem Programmstart werden diese Verzeichnisse ** in die Muster-Gadgets übernommen. */ PATTERN PATH "Pattern" // Standard PATH "Symbole" // Symbole, Erweiterung zu Pattern # /* ** Device-Name und Unit für das Neptun-Genlock. */ GENLOCKDEVICE "serial.device" 0