f$Structure_SColor (f$Struktur_MFarbe)
f$Structure_SColor (f$Struktur_MFarbe)
The selection color of a structure dialog is set with this function.
Syntax: | f$Struktur_MFarbe (Number, R, G, B) | |||
| Argument | Type | Meaning | |
| Number | Integer | Number returned by f$Structure_open | |
| R | Integer | Red value of the selection color (0-255) | |
| G | Integer | Green value of the selection color (0-255) | |
| B | Integer | Blue value of the selection color (0-255) | |
Result: | Integer | Status: -99: a structure dialog with the given number does not exist 0 : selection color successfully allocated | ||
Example: | status = f$Struktur_MFarbe (Number, 0, 255,0) | |||