get_color_to_rgb_array {deckgl} | R Documentation |
Creates a JS method to retrieve the color of each object. The method parses the HEX color property of the data object to an rgb color array.
get_color_to_rgb_array(color_property)
color_property |
property name of data object containing the HEX color |
JavaScript code evaluated on the client-side