Class: OpacityObject
The opacity for a given mark or label or other item to be rendered.
URI: vega_scverse:OpacityObject
classDiagram
class OpacityObject
click OpacityObject href "../OpacityObject"
OpacityObject : value
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| value | 1 Float |
The actual opacity value | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ImageEncodeEnter | opacity | range | OpacityObject |
| LabelEncodeEnter | fillOpacity | range | OpacityObject |
| LabelEncodeEnter | strokeOpacity | range | OpacityObject |
| PointsEncodeEnter | fillOpacity | range | OpacityObject |
| PointsEncodeEnter | strokeOpacity | range | OpacityObject |
| PathEncodeEnter | fillOpacity | range | OpacityObject |
| PathEncodeEnter | strokeOpacity | range | OpacityObject |
| TextEncodeEnter | fillOpacity | range | OpacityObject |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/scverse/vega-scverse/specification
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | vega_scverse:OpacityObject |
| native | vega_scverse:OpacityObject |
LinkML Source
Direct
name: OpacityObject
description: The opacity for a given mark or label or other item to be rendered.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
value:
name: value
description: The actual opacity value
from_schema: https://w3id.org/scverse/vega-scverse/marks
domain_of:
- PositionItem
- TextItem
- baselineItem
- FontItem
- FontSizeItem
- FontWeightItem
- FontStyleItem
- RGBHexItem
- PositiveFloatObject
- CircleShapeObject
- OpacityObject
- HorizontalAlignObject
- BaseLineObject
- NAColorUpdate
- ConditionalColorUpdate
range: float
required: true
minimum_value: 0
maximum_value: 1
Induced
name: OpacityObject
description: The opacity for a given mark or label or other item to be rendered.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
value:
name: value
description: The actual opacity value
from_schema: https://w3id.org/scverse/vega-scverse/marks
alias: value
owner: OpacityObject
domain_of:
- PositionItem
- TextItem
- baselineItem
- FontItem
- FontSizeItem
- FontWeightItem
- FontStyleItem
- RGBHexItem
- PositiveFloatObject
- CircleShapeObject
- OpacityObject
- HorizontalAlignObject
- BaseLineObject
- NAColorUpdate
- ConditionalColorUpdate
range: float
required: true
minimum_value: 0
maximum_value: 1