| rayimg | R Documentation |
This class will always be:
A matrix or a 2/3/4 layer array
It tracks whether the source data was linearized
It carries working colorspace/white
It carries informational exposure/ISO metadata
rayimg(
x = NULL,
filetype = NULL,
source_linear = FALSE,
colorspace = CS_ACESCG,
white_current = colorspace$white_xyz,
exposure = attr(x, "exposure", exact = TRUE),
iso = attr(x, "iso", exact = TRUE)
)
x |
Default |
filetype |
Default |
source_linear |
Default |
colorspace |
Default |
white_current |
Default |
exposure |
Default |
iso |
Default |
An object of class c("rayimg", <original class>) with attributes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.