Colormap API
Create colormap
Create a new colormap for a specified workspace and organization. You may choose from either a continuous, discrete, or category colormap.
Request
Responses
201
Successful Response
List of ordered attribute values for gradient curve
An ordered list of RGB colors, containing between 2 and 1024 colors. Each color is represented by three integer values (for Red, Green, and Blue) ranging from 0 to 255.
List of gradient positions for gradient curve, floats between 0 and 1
An ordered list of RGB colors, containing between 1 and 1024 colors. Each color is represented by three integer values (for Red, Green, and Blue) ranging from 0 to 255.
String array mapping arbitrary strings to colors
An ordered list of RGB colors, containing between 1 and 1024 colors. Each color is represented by three integer values (for Red, Green, and Blue) ranging from 0 to 255.
Boolean array indicating whether to include the endpoint in the bucket or not
List of colormap bucket endpoints, must be one fewer than the number of colors
422
Validation Error