API Reference > imodeljs-frontend > Rendering > FlashSettings > maxIntensity maxIntensity Readonly maxIntensity: number The maximum intensity of the flash effect, after FlashSettings.duration seconds have elapsed, in [0..1]. For FlashMode.Brighten this indicates how much brighter the the geometry will be. For FlashMode.Hilite this indicates the ratio of the hilite color to the geometry's own color - i.e., a max intensity of 1.0 causes the geometry to display entirely in the hilite color at its maximum. Default value: 1.0. Values outside of [0..1] are clamped to that range. Defined in core/frontend/src/FlashSettings.ts Line 53 Last Updated: 11 June, 2024