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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more