-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrgb.doc
127 lines (91 loc) · 4.67 KB
/
rgb.doc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
RedGreenBlue 1.1.1 - (c) Copyright 1997-2001 Peter Karlsson
A Softwolves Software Release in 2001
http://www.softwolves.pp.se/sw/
softwolves@softwolves.pp.se
ENGLISH DOCUMENTATION
* Legal mumbo-jumbo
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License version 2, as published by the
Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 675 Mass
Ave, Cambridge, MA 02139, USA.
* Usage
This program is used to create RGB colour codes for HTML documents. You can
set the colour in many different ways; You can change the red, green and blue
components of the colour by moving scrollbars, or writing a number in the
appropriate edit box. You can change the hue, saturation and value components
by moving scrollbars, or writing a number in the appropriate edit box. You can
select any of the sixteen predefined HTML colour names by selecting the
appropriate radio button. The HTML colour code is displayed to the right of
the colour sample box, and can be copied to the clipboard by clicking on it.
And using the HTML code tab, you can even create a complete BODY tag with all
colours, which can easily be pasted into your HTML editor of choice. You can
also paste a colour from the clipboard into RedGreenBlue, or enter its
hexadecimal code in the appropriate box. Clicking the 'Quit' button will exit
the program.
* Command line parameters
The command line format of RGB is:
rgb.exe [S|D|E] [-]
"S", "D", or "E" selects the language, S for Swedish, D for German, or E for
English, if the autodetection doesn't work on your configuration. If used,
this must always be the first parameter.
"-" makes RedGreenBlue always start centered on the screen (otherwise it will
read the coordinates used last time).
* Author
The author of this program is Peter Karlsson. I can be reached via e-mail at
softwolves@softwolves.pp.se.
The program is written using Borland Delphi 4.0.
* Thanks
Thanks to my brother, Roger, for the idea.
Thanks to Hans Le Roy <101525.162@compuserve.com> for the French and
Spanish translations of version 1.01.
Thanks to YOU for trying it out.
----*----
RödGrönBlå 1.1.1 - (c) Copyright 1997-2001 Peter Karlsson
A Softwolves Software Release in 2001
http://www.softwolves.pp.se/sw/
softwolves@softwolves.pp.se
SVENSK DOKUMENTATION
* Rättslig information
Se den engelska dokumentationen ovan.
* Användning
Detta program används för att skapa RGB-färgkoder för HTML-dokument. Du kan
välja färgen på flera olika sätt: Du kan ändra den röda, gröna och blå delen
av färgen genom att flytta rullningslisterna, eller skriva ett tal i
motsvarande inmatningsruta. Du kan ändra nyans-, mättnad- och styrkedelarna av
färgen genom att flytta rullningslisterna, eller skriva ett tal i motsvarande
inmatningsruta. Du kan välja vilken som helst av de sexton fördefinierade
HTML-färgnamnen genom att välja motsvarande radioknapp. HTML-färgkoden visas
till höger om färgtestrutan, och kan kopieras till Urklipp genom att klickas
på. Och genom att använda HTML-kod-fliken kan du skapa ett komplett BODY-märke
med alla färgattribut, vilket lätt kan klippas in i valfritt
HTML-redigeringsprogram. Du kan även klistra en färg från Urklipp in i
RödGrönBlå, eller ange färgens hexadecimala kod i motsvarande ruta. Om du
klickar på knappen "Avsluta" lämnar du programmet.
* Kommandoradsparametrar
Kommandoradsformatet för RGB är:
rgb.exe [S|D|E] [-]
"S", "D" eller "E" väljer språket, S för svenska, D för tyska, eller E för
engelska, om den automatiska detekteringen inte fungerar i din konfiguration.
Om den används måste den alltid vara den första parametern.
"-" gör att RödGrönBlå alltid startar centrerad på skärmen (annars läser det
in koordinaterna som senast användes).
* Författaren
Detta program är skrivet av Peter Karlsson. Jag kan nås via e-post på
softwolves@softwolves.pp.se.
Programmet är skrivet i Borland Delphi 4.0.
* Tack
Tack till min bror, Roger, för idén.
Tack till Hans Le Roy <101525.162@compuserve.com> för översättning till
franska och spanska av version 1.01.
Tack till DIG för att du testar programmet.
----*----
1.0 - 1997-08-02
1.01 - 1997-10-22 - Added French and Spanish
1.1 - 1999-06-08 - Added HSV, HTML name and direct code editing
1.1.1- 2001-05-06 - Win32 version; Delphi 4.0; Fix problems with large fonts