File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,6 @@ Another good thing to do before you ask for help is try testing what you have in
71
71
72
72
This will return a CSV string that will convert to a list for a random color in the x,y format.
73
73
74
- Be sure to convert this to a list when you use it on the other end
75
- because it arrives as a CSV string.
76
-
77
74
SAMPLE USAGE:
78
75
79
76
``` jinja
@@ -94,9 +91,6 @@ Another good thing to do before you ask for help is try testing what you have in
94
91
## ` random_hs() `
95
92
96
93
This will return a CSV string that will convert to a list for a random color in the h,s format.
97
-
98
- Be sure to convert this to a list when you use it on the other end
99
- because it arrives as a CSV string.
100
94
101
95
SAMPLE USAGE:
102
96
@@ -119,9 +113,6 @@ Another good thing to do before you ask for help is try testing what you have in
119
113
120
114
This will return a CSV string that will convert to a list for a random color in the rgb format.
121
115
122
- Be sure to convert this to a list when you use it on the other end
123
- because it arrives as a CSV string.
124
-
125
116
SAMPLE USAGE:
126
117
127
118
``` jinja
You can’t perform that action at this time.
0 commit comments