Questions tagged [gamut]

In color reproduction, including computer graphics and photography, the gamut, or color gamut /ˈɡæmət/, is a certain complete subset of colors.

In color reproduction, including computer graphics and photography, the gamut, or color gamut /ˈɡæmət/, is a certain complete subset of colors. The most common usage refers to the subset of colors which can be accurately represented in a given circumstance, such as within a given color space or by a certain output device.

Another sense, less frequently used but not less correct, refers to the complete set of colors found within an image at a given time. In this context, digitizing a photograph, converting a digitized image to a different color space, or outputting it to a given medium using a certain output device generally alters its gamut, in the sense that some of the colors in the original are lost in the process.

Source: https://en.wikipedia.org/wiki/Gamut

14 questions
13
votes
1 answer

Color gamut in Xcode 8

Today I have installed Xcode 8(beta) and exploring Storyboards. Here we can now set background and tintColor for different traits. That's good news. But here with trait collection(for example any height X any width) there is another selection of…
Yogesh Suthar
  • 30,424
  • 18
  • 72
  • 100
4
votes
1 answer

Xcode & wide gamut images

Some related questions around Display P3 (wide gamut) image handing: Is there a file name convention for wide gamut images, like there was for retina (@2x, @3x)? Is there a way to add wide gamut versions to xcassets? If we have have sRGB MyPic.png…
Graham Perks
  • 23,007
  • 8
  • 61
  • 83
3
votes
0 answers

How to check a color is out of cmyk gamut (range)?

There is a color in RGB model, such as rgb(255,0,0) or #FF0000, I know that the RGB gamut is bigger than cmyk gamut, I also know that cmyk is related to printing devices and ICC files. Is there any way or algorithm figure out is out of the CMYK…
MichaelJK
  • 31
  • 2
3
votes
2 answers

Why are the colors in the 1931 CIE xyY chromaticity diagram white?

When we look at the 1931 CIE chromaticity diagram, represented within the x y plane of xyY space, it renders white colors (or close to white) at points of luminance like the D65 point highlighted here with E. But why is this the case? The point for…
Union find
  • 7,759
  • 13
  • 60
  • 111
3
votes
3 answers

Detecting if a display supports 30-bit Color

Apple recently enabled 30-bit color support on OS X. They’ve posted some sample code that shows how to enable this. However, they don’t seem to provide an example for how you can detect when your app is running on a display that supports 30-bit…
Cutterpillow
  • 1,717
  • 13
  • 32
2
votes
0 answers

Why iOS simulator snapshot is different on every machine

Problem: I tried to integrate snapshot testing (pointfreeco library). In my machine it works(Catalina macOS) Looks like the snapshots taken from different machines, though,have changes although I'm using iPhone 8 & iOS 14.4 when I run them. Possible…
1
vote
0 answers

How to use lcms2 to check for out-of-gamut colors?

I'm converting images with embedded ICC profiles to the sRGB color space using LittleCMS. I want to efficiently detect when this conversion is lossy due to the image containing pixels that are out-of-gamut for the sRGB (e.g. the image is using…
Kornel
  • 97,764
  • 37
  • 219
  • 309
1
vote
0 answers

Is it possible to find whether the monitor supports HDR content from it's EDID information

I have the EDID hex string of Display (or Monitor) I want to check whether the monitor supports HDR, HLG or SDR content. Is it possible to find out this information from EDID string ? I have gone through the EDID 1.3 format and could not find any…
Rankit Dua
  • 51
  • 6
1
vote
0 answers

How to check if a color is out of gamut of a color space

I'm developing a canvas web application converting colors of an image from Display P3 to sRGB using the relative colorimetric gamut mapping algorithm (in-gamut colors are rounded/aligned, out-of-gamut colors are clamped). Before actual conversion, I…
fuweichin
  • 1,398
  • 13
  • 14
1
vote
1 answer

Headless Chromium support for wide-gamut colours in css

I am maintaining a simple application that is using puppeteer with headless Chromium to take screenshots. One of requirements is that we take a screenshot with background color with wider color gamut than sRGB. We managed to run headless chromium…
iCosic
  • 21
  • 1
1
vote
1 answer

How do wide gamut color images look on a regular display?

Webkit has a page with examples of wide-gamut images at https://webkit.org/blog-files/color-gamut/. If you visit this page on a regular display driven by a color-managed OS' (iOS 9.3+, macOS), many of the images look different between sRGB and the…
Graham Perks
  • 23,007
  • 8
  • 61
  • 83
0
votes
2 answers

How does one properly scale an XYZ color gamut bounding volume after computing it from color matching functions?

After computing the XYZ gamut bounding mesh below from spectral samples/color matching functions, how does one scale the resulting volume for compatibility with popular color spaces such as sRGB? More specifically, the size and scale of the volume…
Ben McKenneby
  • 481
  • 4
  • 15
0
votes
1 answer

How do colour spaces manage to represent different sized sections of the visible colour space?

I recently watched this YouTube video (link: https://youtu.be/iXKvwPjCGnY) that talks about colour spaces. Interested I looked it up. Turns out different colour spaces can represent different "subsets" of the visible spectrum. Not all of these…
0
votes
1 answer

xyY color locus does not look correct

I just finished the task of converting an xyY color to RGB. I am using the sRGB color space. When I loop through x and y coordinates, this is the output I get: The whitepoint (D65) is marked with a black pixel. However, this is what I should be…
MCMastery
  • 3,099
  • 2
  • 20
  • 43