GimpUi.ColorArea.prototype.set_out_of_gamut
function set_out_of_gamut(out_of_gamut: Boolean): void {
// Gjs wrapper for gimp_color_area_set_out_of_gamut()
}
Sets the color area to render as an out-of-gamut color, i.e. with a small triangle on a corner using the color management out of gamut color (as per GimpUi.ColorArea.prototype.set_color_config).
By default, area will render as out-of-gamut for any RGB color with a channel out of the [0; 1] range. This function allows to consider more colors out of gamut (for instance non-gray colors on a grayscale image, or colors absent of palettes in indexed images, etc.)
Since 2.10.10
- out_of_gamut
whether to show an out-of-gamut indicator