Commit 09bf19dfeb76ad670352d4e78928341939823108
1 parent
16fd3126
-
Showing
3 changed files
with
6 additions
and
6 deletions
Show diff stats
anubis_dev/library/widgets4/make_tartan_files.anubis
anubis_dev/library/widgets4/tartan_generator.anubis
| ... | ... | @@ -41,9 +41,9 @@ define Int |
| 41 | 41 | define RGBA |
| 42 | 42 | random_color |
| 43 | 43 | = |
| 44 | - with min = (Int)0, | |
| 45 | - max = (Int)40, | |
| 46 | - amax = (Int)255, | |
| 44 | + with min = (Int)40, | |
| 45 | + max = (Int)80, | |
| 46 | + amax = (Int)128, | |
| 47 | 47 | n = random(3), |
| 48 | 48 | rgba(truncate_to_word8(if n = 0 then amax else random(min,max)), |
| 49 | 49 | truncate_to_word8(if n = 1 then amax else random(min,max)), |
| ... | ... | @@ -252,4 +252,4 @@ public define RGBAImage |
| 252 | 252 | |
| 253 | 253 | |
| 254 | 254 | |
| 255 | - | |
| 256 | 255 | \ No newline at end of file |
| 256 | + | ... | ... |
anubis_dev/library/widgets4/tartan_generator_demo.anubis