OBJECT
Fluorescence
Fluorescence has a color and intensity.
link GraphQL Schema definition
- type Fluorescence {
- # Intensity of fluorescence.
- : FluorescenceIntensityCode
- # Color of fluorescence.
- : FluorescenceColor
- }
OBJECT
Fluorescence has a color and intensity.
- type Fluorescence {
- # Intensity of fluorescence.
- : FluorescenceIntensityCode
- # Color of fluorescence.
- : FluorescenceColor
- }