Public
Edited
Apr 22, 2023
Insert cell
Insert cell
srgbLinear = 0x808080
Insert cell
srgbText = '0x' + srgb.getHexString()
Insert cell
srgb = _color.setHex(srgbLinear, THREE.LinearSRGBColorSpace)
Insert cell
viewof srgbInput = Inputs.color({label: "sRGB", value: '#' + srgb.getHexString() })
Insert cell
new THREE.Color().setHex( 0x808080 ).getHexString( THREE.LinearSRGBColorSpace );
Insert cell
Insert cell
Insert cell
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