contrast-theory {Seurat} | R Documentation |
Get the intensity and/or luminance of a color
Description
Get the intensity and/or luminance of a color
Usage
Intensity(color)
Luminance(color)
Arguments
color |
A vector of colors |
Value
A vector of intensities/luminances for each color
Source
Examples
Intensity(color = c('black', 'white', '#E76BF3'))
Luminance(color = c('black', 'white', '#E76BF3'))
[Package Seurat version 5.1.0 Index]