-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCorRGB.ctxt
More file actions
41 lines (41 loc) · 1.2 KB
/
CorRGB.ctxt
File metadata and controls
41 lines (41 loc) · 1.2 KB
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
#BlueJ class context
comment0.target=CorRGB
comment1.params=red\ green\ blue
comment1.target=CorRGB(int,\ int,\ int)
comment10.params=
comment10.target=double\ getLuminosidade()
comment11.params=
comment11.target=void\ setLuminosidade()
comment12.params=
comment12.target=CorRGB\ clonar()
comment13.params=x
comment13.target=boolean\ setIgualdadeCores(CorRGB)
comment14.params=valor
comment14.target=java.lang.String\ conversorHexadecimal(int)
comment15.params=
comment15.target=java.lang.String\ corRGBHexadecimal()
comment16.params=percentual
comment16.target=void\ clarear(float)
comment17.params=percentual
comment17.target=void\ escurecer(float)
comment18.params=
comment18.target=CorRGB\ corCinza()
comment19.params=
comment19.target=java.lang.String\ toString()
comment2.params=
comment2.target=CorRGB()
comment3.params=x
comment3.target=CorRGB(CorRGB)
comment4.params=
comment4.target=int\ getValorRed()
comment5.params=valorRed
comment5.target=void\ setValorRed(int)
comment6.params=
comment6.target=int\ getValorGreen()
comment7.params=valorGreen
comment7.target=void\ setValorGreen(int)
comment8.params=
comment8.target=int\ getValorBlue()
comment9.params=valorBlue
comment9.target=void\ setValorBlue(int)
numComments=20