Function use_color_mode_with_options

Source
pub fn use_color_mode_with_options<El, M>(
    options: UseColorModeOptions<El, M>,
) -> UseColorModeReturn
Expand description

Version of use_color_mode that takes a UseColorModeOptions. See use_color_mode for how to use.