Version 1.0
Returns the value of the id field of the color.
{{ response.color.id }}
3056
Version 1.0
Returns the value of the short_name field of the color.
<div>{{response.color.short_name}}<div>
{{ respnse.color.short_name }}
Blue
Version 1.0
Returns the value of the long_name field of the color.
<div>{{response.color.long_name}}<div>
{{ response.color.long_name }}
Dark Navy Blue
Version 1.0
Returns all of the line image in the color.
Version 1.0
Returns the value of the color_code field of the color.
<div style="background:{{response.color.color_code}}" >{{response.color.long_name}}<div>
{{ response.color.color_code }}
#FBFBFB
Version
Version