RandomColor
gives a pseudorandom color directive in the RGBColor space.
RandomColor[n]
gives n pseudorandom colors.
RandomColor[model]
gives a color from the specified model.
RandomColor[model,n]
gives n colors.
RandomColor[model,{n1,n2,…}]
gives an array of colors.
Details and Options
- RandomColor tries to choose colors from a uniform probability distribution in the gamut of the specified model.
- The model can be any color directive, such as RGBColor[r,g,b] and RGBColor[r,g,b,a]. Each of the channel expressions r, g, b, and a can be of the form:
-
c constant value _ any allowed value uniformly distributed dist any value following the distribution dist - For unbounded spaces such as LABColor, LCHColor, LUVColor, and XYZColor, channel values are limited to the visual range.
- RandomColor gives a different sequence of pseudorandom colors whenever it is run. You can start with a particular seed using SeedRandom.
- RandomColor by default generates colors in the color space given by model. Use the option ColorSpace->cspace to convert colors to the color space cspace.
Examples
open allclose allScope (4)
Options (1)
ColorSpace (1)
By default, colors are returned as RGBColor directives:
Specify a different color space:
Sample in one color space but return the result in another space:
Applications (2)
Properties & Relations (1)
Get five colors from a specific color scheme defined in ColorData:
Text
Wolfram Research (2014), RandomColor, Wolfram Language function, https://reference.wolfram.com/language/ref/RandomColor.html.
CMS
Wolfram Language. 2014. "RandomColor." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RandomColor.html.
APA
Wolfram Language. (2014). RandomColor. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RandomColor.html