import { RGBCIE } from "./RGBCIE.cjs"; import { RGBCIETypeEnum } from "./RGBCIEType.cjs"; import * as t from "io-ts"; //#region generated/AddColorRestoreInfo.d.ts /** * Codec for interface {@link AddColorRestoreInfo} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:72411 */ declare const AddColorRestoreInfo: t.IntersectionC<[t.TypeC<{ TagetCIEType: t.Type; ColorRestoreName: t.StringC; }>, t.PartialC<{ ColorTempertureValue: t.Type; OriganalCIE: t.PartialC<{ BLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; GLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; RLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; WLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; }>; TagetCIE: t.PartialC<{ BLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; GLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; RLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; WLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; }>; }>]>; interface AddColorRestoreInfo extends t.TypeOf { TagetCIEType: RGBCIETypeEnum; OriganalCIE?: RGBCIE; TagetCIE?: RGBCIE; } //#endregion export { AddColorRestoreInfo }; //# sourceMappingURL=AddColorRestoreInfo.d.cts.map