Public
Edited
Sep 6, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// TODO: speak about https://en.wikipedia.org/wiki/SRGB#Computing_the_transfer_function
Insert cell
Insert cell
Insert cell
from_gamma_srgb_to_linear_srgb({r: 0.5, g: 0.5, b: 0.5})
Insert cell
from_linear_srgb_to_gamma_srgb({r: 0.5, g: 0.5, b: 0.5})
Insert cell
Insert cell
from_gamma_srgb_to_linear_srgb(from_linear_srgb_to_gamma_srgb({r: 0.5, g: 0.5, b: 0.5}))
Insert cell
from_gamma_srgb_to_linear_srgb(from_linear_srgb_to_gamma_srgb({r: 0.01, g: 0.01, b: 0.01}))
Insert cell
from_gamma_srgb_to_linear_srgb(from_linear_srgb_to_gamma_srgb({r: 0.99, g: 0.99, b: 0.99}))
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more