added default value for alpha in color%
This commit is contained in:
parent
c7977441e4
commit
b3a1d7860a
|
@ -19,7 +19,7 @@ object using a color name.
|
||||||
([red (integer-in 0 255)]
|
([red (integer-in 0 255)]
|
||||||
[green (integer-in 0 255)]
|
[green (integer-in 0 255)]
|
||||||
[blue (integer-in 0 255)]
|
[blue (integer-in 0 255)]
|
||||||
[alpha (real-in 0 1)])
|
[alpha (real-in 0 1) 1.0])
|
||||||
([color-name string?]))]{
|
([color-name string?]))]{
|
||||||
|
|
||||||
Creates a new color with the given RGB values and alpha, or matching
|
Creates a new color with the given RGB values and alpha, or matching
|
||||||
|
|
Loading…
Reference in New Issue
Block a user