layout: default title: ColorRamp parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Renderers.ColorRamps

ColorRamp Class

A ColorRamp object is used to specify a range of colors that are applied to a group of symbols or pixels.
There are two types of color ramps available:
Algorithmic color ramp: A AlgorithmicColorRamp is defined by two colors and the algorithm used to traverse the intervening color space between them.
Multipart color ramp: A MultipartColorRamp is defined by a list of constituent color ramps.
ArcGIS Maps SDK for JavaScript

public abstract class ColorRamp : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 ColorRamp

Derived
AlgorithmicColorRamp
MultipartColorRamp

Properties

ColorRamp.ColorRampType Property

A string value representing the color ramp type. Possible Values:”algorithmic” “multipart”
public abstract dymaptic.GeoBlazor.Core.Components.Renderers.ColorRamps.ColorRampType ColorRampType { get; }

Property Value

ColorRampType