59 Commits (24e20a2562038ec9a27bb47032936ebb7ea6c131)

Author SHA1 Message Date
James Jackson-South 94cd3d7411 Revert "Color is now linear by default." 10 years ago
James Jackson-South b45718af6d Color is now linear by default. 10 years ago
James Jackson-South 2766a48e67 Clean up and refactor transforms 10 years ago
James Jackson-South 792b76f607 Optimize color transforms 10 years ago
christopherbauer 6a40452a15 Fix the partial struct issue in #298 10 years ago
James Jackson-South b5dce7c93d SIMD optimisations 10 years ago
James Jackson-South b027133503 Add Color.Transparent 11 years ago
James Jackson-South 2500f78ca5 Another attempt at fixing Lerp. 11 years ago
James Jackson-South e8f6157023 Better transparency handling 11 years ago
James Jackson-South 756f5b6a93 Clean up primitives 11 years ago
James Jackson-South d34fe1281f More lenient colour space equality checkers 11 years ago
James Jackson-South d0206d840f Much better Vignette 11 years ago
Rubens Fernandes ea9a94380f XYZ code updated, tests working against ColorMine.org. 11 years ago
James Jackson-South d1c1d8bc87 A few Color tweaks 11 years ago
Rubens Fernandes 60e7351cb7 Now tests match ColorMine. 11 years ago
Rubens Fernandes f02afa93fc Tests included. Having a hard time making the unit test results match any web converter to a high degree. I am using the Colormine coefs, but since their calculations use double and I am using float, I am still in trouble with a few values. 11 years ago
Rubens Fernandes c36a2cc4f0 Not finished. 11 years ago
Damiaan 70e8c4224f CieXyz color space: add transform CieXyzToColor 11 years ago
Damiaan 648dd3bae0 Implement Color to CieXyz 11 years ago
James Jackson-South 8a58cb23be Add HSL touch #260 11 years ago
James Jackson-South e1379cb6f2 Fix format conversion output. 11 years ago
James Jackson-South 5f4ddea739 Better color definition headers 11 years ago
James Jackson-South 077dc165d4 Moar updates 11 years ago
James Jackson-South f64574f3bc A few updates 11 years ago
James Jackson-South 47e4f66d9e Better transparency handling in encoders 11 years ago
James Jackson-South b8760a8693 Various fixes 11 years ago
James Jackson-South 1a449f0629 Add premultiplied alpha 11 years ago
James Jackson-South 5673b119a9 Avoid divide by zero 11 years ago
James Jackson-South 823ea46e0d Switch out List for ImmutableArray 11 years ago
James Jackson-South 28a2c021d4 Add Premultiplied methods 11 years ago
James Jackson-South 8ce6458ab4 Use compand and inverse. 11 years ago
James South 16af180f9f Add Compand methods to Color 11 years ago
James Jackson-South 8ce0085eda Fix Bgra32.ToString() 11 years ago
James Jackson-South d06bb12469 Filters now use correct color struct. 11 years ago
James Jackson-South eba8920d18 Wire up Bgra32 to match others 11 years ago
James Jackson-South d63df6015f Color to YCbCr conversion 11 years ago
James Jackson-South 1bdf766e50 Color to CMYK conversion 11 years ago
James Jackson-South 9c78e6cddd Color to HSV conversion 11 years ago
James Jackson-South b40f83194a Fix Color component order 11 years ago
James Jackson-South d673e2c8e8 Switch over to new Color struct as default. 11 years ago
James Jackson-South 30ed18b00b Add equality operators to Color 11 years ago
James Jackson-South 9242023b09 Fix stylecop issues 11 years ago
James Jackson-South c8b3355282 Reshuffle colors, improve accuracy of cspace conversion 11 years ago
James Jackson-South b0a8c50342 Attempt to speed up operations using vectors. 11 years ago
James Jackson-South 0d5ee638ff Cleanup plus perf 11 years ago
James Jackson-South 1e5fac8ff9 Update to NET 4.6 etc 11 years ago
James Jackson-South f4ffe6ea8f Add CMYK 11 years ago
James Jackson-South 1f2a7e4b66 Cleanup implicit operators 11 years ago
James Jackson-South 1ca560974b Stylecop fixes 11 years ago
James Jackson-South ef09899838 Fix HSV/BGRA conversions. 11 years ago