Skip to content

Commit

Permalink
Merge branch 'main' of github.com:propensive/iridescence
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 2, 2025
2 parents 31aa961 + 9938c8c commit 5d43e7f
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ __Iridescence__ implements several algorithms for working with colors represente




## Getting Started

_Iridescence_ provides seven different ways of representing colors:
Expand Down Expand Up @@ -258,6 +259,6 @@ The logo illustrates a color wheel.

## License

Iridescence is copyright © 2024 Jon Pretty & Propensive OÜ, and
Iridescence is copyright © 2025 Jon Pretty & Propensive OÜ, and
is made available under the [Apache 2.0 License](/license.md).

2 changes: 1 addition & 1 deletion src/core/iridescence-core.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.Cielab.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.Cmy.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.Cmyk.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.ColorProfile.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.Hsl.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.Hsv.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.Rgb12Opaque.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.Rgb24Opaque.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.Rgb32Opaque.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.RgbHex.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.Srgb.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.Xyz.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.colorProfiles.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.solarized.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/iridescence.webColors.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/soundness+iridescence-core.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/test/tests.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Iridescence, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
Iridescence, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down

0 comments on commit 5d43e7f

Please sign in to comment.