Topic : TOS - das Betriebssystem Author : Version : tos.hyp (5. März 2013) Subject : Programmieren/Atari Nodes : 3001 Index Size : 93602 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Titel @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File7.4.6.109 v_setrgbi TOS Name: »Set Color Representation« - legt die Farbintensität fest. VDI-Nummer: 5 (Escape 18500) Deklaration: void v_setrgbi( int16_t handle, int16_t primtype, int16_t r, int16_t g, int16_t b, int16_t i ); Beschreibung: This call overrides a previously set color specification with an RGB triple (color devices) or intensity (monochrome devices). This call is currently implemented only for the PostScript driver. Parameter Bedeutung handle Kennung der Workstation primtype Primitive type: 17: line 20: marker 22: text 25: fill r Rotanteil in Promille g Grünanteil in Promille b Blauanteil in Promille i Intensity Ergebnis: Die Funktion liefert kein Ergebnis. Verfügbar: GEM/3 Release 3.1 Gruppe: übergeordnete Attribute Querverweis: Binding v_setrgb