Skip to content

Class: ImageEncodeEnter

_Enter properties that are evaluated when image data is processed for the first time and the raster_image mark is _

newly added to a scene.

URI: vega_scverse:ImageEncodeEnter

classDiagram class ImageEncodeEnter click ImageEncodeEnter href "../ImageEncodeEnter" ImageEncodeEnter : fill ImageEncodeEnter --> "1..*" ColorItem : fill click ColorItem href "../ColorItem" ImageEncodeEnter : opacity

Slots

Name Cardinality and Range Description Inheritance
opacity 1
String
The opacity of the image mark direct
fill 1..*
ColorItem
The colormap by which to show the intensity value of the image or channel direct

Usages

used by used in type used
ImageEncode enter range ImageEncodeEnter

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ImageEncodeEnter
description: "Enter properties that are evaluated when image data is processed for\
  \ the first time and the raster_image mark is \nnewly added to a scene."
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  opacity:
    name: opacity
    description: The opacity of the image mark.
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    rank: 1000
    slot_uri: opacityValueSlot
    domain_of:
    - ImageEncodeEnter
    required: true
  fill:
    name: fill
    description: The colormap by which to show the intensity value of the image or
      channel.
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    domain_of:
    - Legend
    - ImageEncodeEnter
    - LabelEncodeEnter
    - PointsEncodeEnter
    - PathEncodeEnter
    - TextEncodeEnter
    - MarkEncodeUpdate
    range: ColorItem
    required: true
    multivalued: true

Induced

name: ImageEncodeEnter
description: "Enter properties that are evaluated when image data is processed for\
  \ the first time and the raster_image mark is \nnewly added to a scene."
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  opacity:
    name: opacity
    description: The opacity of the image mark.
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    rank: 1000
    slot_uri: opacityValueSlot
    alias: opacity
    owner: ImageEncodeEnter
    domain_of:
    - ImageEncodeEnter
    range: string
    required: true
  fill:
    name: fill
    description: The colormap by which to show the intensity value of the image or
      channel.
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    alias: fill
    owner: ImageEncodeEnter
    domain_of:
    - Legend
    - ImageEncodeEnter
    - LabelEncodeEnter
    - PointsEncodeEnter
    - PathEncodeEnter
    - TextEncodeEnter
    - MarkEncodeUpdate
    range: ColorItem
    required: true
    multivalued: true