|
See also get-foreground-add and get-background-add.
method
r : (box/c (integer-in -1000 1000)) g : (box/c (integer-in -1000 1000)) b : (box/c (integer-in -1000 1000)) a : (or/c (box/c real?) #f) = #f
The r box is filled with the additive value for the red component of the color. The g box is filled with the additive value for the green component of the color. The b box is filled with the additive value for the blue component of the color. The a box is filled with the additive value for the alpha component of the color, unless a is #f.
Changed in version 1.63 of package snip-lib: Added the a optional argument.
Added in version 1.63 of package snip-lib.
method
(send an-add-color get-b) → (integer-in -1000 1000)
method
(send an-add-color get-g) → (integer-in -1000 1000)
method
(send an-add-color get-r) → (integer-in -1000 1000)
method
r : (integer-in -1000 1000) g : (integer-in -1000 1000) b : (integer-in -1000 1000) a : real? = 0.0
Changed in version 1.63 of package snip-lib: Added the a optional argument.
Added in version 1.63 of package snip-lib.
method
v : (integer-in -1000 1000)
method
v : (integer-in -1000 1000)
method
v : (integer-in -1000 1000)