solid-three
solid-three copied to clipboard
Use ColorManagement better when constructing Colors
Solid-three will never set a color without using ColorManagement.workingColorSpace, or a color space passed to us explicitly. Mainly, we want to avoid Color setters that default to SRGB, so the user has better control.