API Referenceatlas
RimLightingConfiguration
Color and strength of the rim-lighting effect.
Module: atlas
Color and strength of the rim-lighting effect.
Declaration
export type RimLightingConfiguration = {
color: Color;
intensity: number;
};Properties
color
color: Color;intensity
intensity: number;