colorspace | R Documentation |
This function returns the color space of an Image
object, that is the range of colors of an image.
colorspace(x)
x |
An |
A character string indicating the color space of the image. For now, it can only be one of the following:
an image with 3 channels, Blue, Green, and Red.
an image with 3 channels, Blue, Green, Red, and Alpha (transparency).
a grayscale image (1 channel only).
Simon Garnier, garnier@njit.edu
Image
, bitdepth
.
balloon <- image(system.file("sample_img/balloon1.png", package = "Rvision"))
colorspace(balloon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.