Difference between revisions of "DataView:Color Ramp"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
'''DataView: Color Ramp''' is a property associated with data views and controls the color patterns and progressions overlayed on the map. | '''DataView: Color Ramp''' is a property associated with data views and controls the color patterns and progressions overlayed on the map. | ||
+ | Desc: Color progression to use for data | ||
+ | |||
+ | Format: array of integers between 0 and 10,000,000 2d array of integers (2 col, unknown max rows). First column is the “breakpoint” – dec 0-255 hex 0-ff. second column is color value – 0xAARRGGBB | ||
+ | |||
+ | Default values: 0x00000000 0xff000000 0x00000040 0xff3f3f3f 0x0000000080 0xff7f7f7f 0x000000c0 0xffbfbfbf 0x000000ff 0xffffffff |
Revision as of 08:39, 21 March 2021
DataView: Color Ramp is a property associated with data views and controls the color patterns and progressions overlayed on the map. Desc: Color progression to use for data
Format: array of integers between 0 and 10,000,000 2d array of integers (2 col, unknown max rows). First column is the “breakpoint” – dec 0-255 hex 0-ff. second column is color value – 0xAARRGGBB
Default values: 0x00000000 0xff000000 0x00000040 0xff3f3f3f 0x0000000080 0xff7f7f7f 0x000000c0 0xffbfbfbf 0x000000ff 0xffffffff