Skip to content

Commit

Permalink
fix: update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
mineejo committed Dec 14, 2023
1 parent 0af1fe2 commit a65a211
Show file tree
Hide file tree
Showing 124 changed files with 228 additions and 229 deletions.
2 changes: 1 addition & 1 deletion ansi16/ansi16_to_ansi8.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi16, Ansi8 } from "../color_formats.ts";
import { clamp } from "../util.ts";
Expand Down
2 changes: 1 addition & 1 deletion ansi256/ansi256_to_ansi16.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi16, Ansi256 } from "../color_formats.ts";
import { ansi256ToRgb } from "./ansi256_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion ansi256/ansi256_to_cmy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi256, Cmy } from "../color_formats.ts";
import { ansi256ToRgb } from "./ansi256_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion ansi256/ansi256_to_cmyk.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi256, Cmyk } from "../color_formats.ts";
import { ansi256ToRgb } from "./ansi256_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion ansi256/ansi256_to_hex.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi256, Hex } from "../color_formats.ts";
import { ansi256ToRgb } from "./ansi256_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion ansi256/ansi256_to_hsb.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi256, Hsb } from "../color_formats.ts";
import { ansi256ToRgb } from "./ansi256_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion ansi256/ansi256_to_hsl.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi256, Hsl } from "../color_formats.ts";
import { ansi256ToRgb } from "./ansi256_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion ansi256/ansi256_to_hsv.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi256, Hsv } from "../color_formats.ts";
import { ansi256ToRgb } from "./ansi256_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion ansi256/ansi256_to_lab.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi256, Lab } from "../color_formats.ts";
import { ansi256ToRgb } from "./ansi256_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion ansi256/ansi256_to_name.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi256, Name } from "../color_formats.ts";
import { ansi256ToRgb } from "./ansi256_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion ansi256/ansi256_to_rgb.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi256, Rgb } from "../color_formats.ts";
import { clamp } from "../util.ts";
Expand Down
2 changes: 1 addition & 1 deletion ansi256/ansi256_to_xyz.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi256, Xyz } from "../color_formats.ts";
import { ansi256ToRgb } from "./ansi256_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmy/cmy_to_ansi16.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi16, Cmy } from "../color_formats.ts";
import { cmyToRgb } from "./cmy_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmy/cmy_to_ansi256.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi256, Cmy } from "../color_formats.ts";
import { cmyToRgb } from "./cmy_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmy/cmy_to_cmyk.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmy, Cmyk } from "../color_formats.ts";
import { cmyToRgb } from "./cmy_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmy/cmy_to_hex.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmy, Hex } from "../color_formats.ts";
import { cmyToRgb } from "./cmy_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmy/cmy_to_hsb.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmy, Hsb } from "../color_formats.ts";
import { cmyToRgb } from "./cmy_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmy/cmy_to_hsl.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmy, Hsl } from "../color_formats.ts";
import { cmyToRgb } from "./cmy_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmy/cmy_to_hsv.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmy, Hsv } from "../color_formats.ts";
import { cmyToRgb } from "./cmy_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmy/cmy_to_lab.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmy, Lab } from "../color_formats.ts";
import { cmyToRgb } from "./cmy_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmy/cmy_to_name.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmy, Name } from "../color_formats.ts";
import { cmyToRgb } from "./cmy_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmy/cmy_to_rgb.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmy, Rgb } from "../color_formats.ts";
import { percent } from "../util.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmy/cmy_to_xyz.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmy, Xyz } from "../color_formats.ts";
import { cmyToRgb } from "./cmy_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmyk/cmyk_to_ansi16.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi16, Cmyk } from "../color_formats.ts";
import { cmykToRgb } from "./cmyk_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmyk/cmyk_to_ansi256.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi256, Cmyk } from "../color_formats.ts";
import { cmykToRgb } from "./cmyk_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmyk/cmyk_to_cmy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmy, Cmyk } from "../color_formats.ts";
import { cmykToRgb } from "./cmyk_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmyk/cmyk_to_hex.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmyk, Hex } from "../color_formats.ts";
import { cmykToRgb } from "./cmyk_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmyk/cmyk_to_hsb.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmyk, Hsb } from "../color_formats.ts";
import { cmykToRgb } from "./cmyk_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmyk/cmyk_to_hsl.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmyk, Hsl } from "../color_formats.ts";
import { cmykToRgb } from "./cmyk_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmyk/cmyk_to_hsv.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmyk, Hsv } from "../color_formats.ts";
import { cmykToRgb } from "./cmyk_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmyk/cmyk_to_lab.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmyk, Lab } from "../color_formats.ts";
import { cmykToRgb } from "./cmyk_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmyk/cmyk_to_name.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmyk, Name } from "../color_formats.ts";
import { cmykToRgb } from "./cmyk_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmyk/cmyk_to_rgb.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmyk, Rgb } from "../color_formats.ts";
import { percent } from "../util.ts";
Expand Down
2 changes: 1 addition & 1 deletion cmyk/cmyk_to_xyz.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmyk, Xyz } from "../color_formats.ts";
import { cmykToRgb } from "./cmyk_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion hex/hex_to_ansi16.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi16, Hex } from "../color_formats.ts";
import { hexToRgb } from "./hex_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion hex/hex_to_ansi256.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Ansi256, Hex } from "../color_formats.ts";
import { hexToRgb } from "./hex_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion hex/hex_to_cmy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmy, Hex } from "../color_formats.ts";
import { hexToRgb } from "./hex_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion hex/hex_to_cmyk.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Cmyk, Hex } from "../color_formats.ts";
import { hexToRgb } from "./hex_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion hex/hex_to_hsb.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Hex, Hsb } from "../color_formats.ts";
import { hexToRgb } from "./hex_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion hex/hex_to_hsl.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Hex, Hsl } from "../color_formats.ts";
import { hexToRgb } from "./hex_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion hex/hex_to_hsv.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Hex, Hsv } from "../color_formats.ts";
import { hexToRgb } from "./hex_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion hex/hex_to_lab.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Hex, Lab } from "../color_formats.ts";
import { hexToRgb } from "./hex_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion hex/hex_to_name.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Hex, Name } from "../color_formats.ts";
import { hexToRgb } from "./hex_to_rgb.ts";
Expand Down
2 changes: 1 addition & 1 deletion hex/hex_to_rgb.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts
// Generation script: /color_convert/_generator/_generator.ts

import { Hex, Rgb } from "../color_formats.ts";

Expand Down
Loading

0 comments on commit a65a211

Please sign in to comment.