Class: RandomRGBSignal
RGB value represented by a hexadecimal string value.
URI: vega_scverse:RandomRGBSignal
classDiagram
class RandomRGBSignal
click RandomRGBSignal href "../RandomRGBSignal"
RandomRGBSignal : signal
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
signal | 0..1 String |
Signal creating random RGB color for labels in a label raster | direct |
Usages
used by | used in | type | used |
---|---|---|---|
LabelEncodeEnter | fill | any_of[range] | RandomRGBSignal |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/scverse/vega-scverse/specification
Mappings
Mapping Type | Mapped Value |
---|---|
self | vega_scverse:RandomRGBSignal |
native | vega_scverse:RandomRGBSignal |
LinkML Source
Direct
name: RandomRGBSignal
description: RGB value represented by a hexadecimal string value.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
signal:
name: signal
description: Signal creating random RGB color for labels in a label raster.
from_schema: https://w3id.org/scverse/vega-scverse/marks
rank: 1000
ifabsent: string(rgb(random()*255, random()*255, random()*255))
domain_of:
- RandomRGBSignal
equals_string: rgb(random()*255, random()*255, random()*255)
Induced
name: RandomRGBSignal
description: RGB value represented by a hexadecimal string value.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
signal:
name: signal
description: Signal creating random RGB color for labels in a label raster.
from_schema: https://w3id.org/scverse/vega-scverse/marks
rank: 1000
ifabsent: string(rgb(random()*255, random()*255, random()*255))
alias: signal
owner: RandomRGBSignal
domain_of:
- RandomRGBSignal
range: string
equals_string: rgb(random()*255, random()*255, random()*255)