@OPEN-KAPPA/COLORS
    Preparing search index...

    Type Alias ConversionOptions

    Options for convert().

    type ConversionOptions = {
        limitAsHdr: boolean;
        noGamutMapping: boolean;
        toneMapping: PartialOrToneMapOpts;
        toneSpace: ColorConstructor<Oklch | Xyz | XyzD50 | LinearRgb | AcesCg>;
        whiteBalance: ColorAdaptationMethod;
    }
    Index

    Properties

    limitAsHdr: boolean

    Whether to limit HDR

    noGamutMapping: boolean

    Whether to apply gamut mapping.

    The tone mapping function.

    The color space to use for tone mapping.

    whiteBalance: ColorAdaptationMethod

    The color adaptation method for white balancing.