Skip to content

Class: ContinuousColorMapRange

Color scheme reference for a color palette.

URI: vega_scverse:ContinuousColorMapRange

classDiagram class ContinuousColorMapRange click ContinuousColorMapRange href "../ContinuousColorMapRange" ContinuousColorMapRange : count ContinuousColorMapRange : scheme

Slots

Name Cardinality and Range Description Inheritance
scheme 1
String
The name of the color scheme to use or an array of color values direct
count 1
Integer
The number of colors to use in the scheme direct

Usages

used by used in type used
LinearColorScale range range ContinuousColorMapRange

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/scverse/vega-scverse/specification

Mappings

Mapping Type Mapped Value
self vega_scverse:ContinuousColorMapRange
native vega_scverse:ContinuousColorMapRange

LinkML Source

Direct

name: ContinuousColorMapRange
description: Color scheme reference for a color palette.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  scheme:
    name: scheme
    description: The name of the color scheme to use or an array of color values.
    from_schema: https://w3id.org/scverse/vega-scverse/scales
    rank: 1000
    domain_of:
    - ContinuousColorMapRange
    range: string
    required: true
  count:
    name: count
    description: The number of colors to use in the scheme.
    from_schema: https://w3id.org/scverse/vega-scverse/scales
    rank: 1000
    domain_of:
    - ContinuousColorMapRange
    range: integer
    required: true

Induced

name: ContinuousColorMapRange
description: Color scheme reference for a color palette.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  scheme:
    name: scheme
    description: The name of the color scheme to use or an array of color values.
    from_schema: https://w3id.org/scverse/vega-scverse/scales
    rank: 1000
    alias: scheme
    owner: ContinuousColorMapRange
    domain_of:
    - ContinuousColorMapRange
    range: string
    required: true
  count:
    name: count
    description: The number of colors to use in the scheme.
    from_schema: https://w3id.org/scverse/vega-scverse/scales
    rank: 1000
    alias: count
    owner: ContinuousColorMapRange
    domain_of:
    - ContinuousColorMapRange
    range: integer
    required: true