PictureResults: Give HEX and HSV color code

Description Usage Arguments Details Value Examples

View source: R/ImaginR.R

Description

To get the mean of the HEX color code and the HSV color code of the picture

Usage

1
PictureResults(picture)

Arguments

picture

The picture uploaded by load.image()

Details

Value

results the HEX and HSV color code

Examples

1
2
3
fpath <- system.file('extdata/image.jpg',package='ImaginR')
picture <- load.image(fpath)
PictureResults(picture)

ImaginR documentation built on May 1, 2019, 10:25 p.m.