117 Commits (5594953e82cadd254705c07c50090f619959df8e)

Author SHA1 Message Date
Scott Williams 3671d9b906 blend functions everywhere. 9 years ago
Scott Williams 472bb85030 initial blender implementations 9 years ago
James Jackson-South a94be7a207 Disable breaking tests pending investigation 9 years ago
James Jackson-South 0663b106e6 Fix tests? 9 years ago
James Jackson-South cbb8e71f4b Rename tests 9 years ago
James Jackson-South df3b5d5a2f Add YCbCr 9 years ago
James Jackson-South d135502746 Move namespace 9 years ago
James Jackson-South 3e5c8f7b5d Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South 354b80db83 Add Hsl 9 years ago
James Jackson-South eceb889758 Rename TColor to TPixel 9 years ago
James Jackson-South 0a700864e5 Rename Color and ColorVector 9 years ago
James Jackson-South 7005bcd6da Add Cmyk, organise tests 9 years ago
James Jackson-South f5a68df2ff Add CIE xyY 9 years ago
James Jackson-South bebfca1a58 Add colorspace equality tests 9 years ago
James Jackson-South b6e508cc61 Add CieLch 9 years ago
James Jackson-South 04fe747e51 All tests now pass! 9 years ago
Tornhoof 371c9ec3eb Improve precision of test asserts 9 years ago
Tornhoof b10287193c Add Missing Transpose for Bradford matrix 9 years ago
James Jackson-South bf1ec8f336 Remove deleted tests 9 years ago
James Jackson-South 3b9079020d Fix Argb32 naming in typehelpers. 9 years ago
James Jackson-South 29cbdc4a1b Rename Argb, Add Color to tests 9 years ago
James Jackson-South 3d41e1560b Fix failing test 9 years ago
James Jackson-South e7e9f7bdd2 Add transforms plus additional tests 9 years ago
James Jackson-South 38541af055 Add tests, fix bugs 9 years ago
James Jackson-South 292bc4db9e Rename to Color and ColorVector 9 years ago
James Jackson-South 3c5e3a966e Rename Color to Color32 9 years ago
James Jackson-South 4ff49c12e2 Use the floatcomparer 9 years ago
Anton Firszov 615163d360 PinnedBuffer<T> ==> Buffer<T> with explicit pinning capability 9 years ago
Anton Firszov 548fc41711 fixed indexer and copy operations 9 years ago
Johannes Bildstein 9cb13840e3 fix filenames to fit class name 9 years ago
James Jackson-South b03e984f69 Add HunterLab plus more conversions 9 years ago
James Jackson-South 76aeafe39a Add rgb adaptation 9 years ago
James Jackson-South 8bf48021a9 Add Rgb color spaces 9 years ago
James Jackson-South db30cdd615 Add RGB working spaces 9 years ago
James Jackson-South 86aed6fd33 Rename ColorConverter 9 years ago
James Jackson-South 4c06bd3b1d Add XYZ, Lab, and Lms colorspaces 9 years ago
James Jackson-South b3cbbf2b4c Remove all current colorspaces 9 years ago
Anton Firszov fa40b26216 introduced PinnedImageBuffer<T> 10 years ago
Anton Firszov b2fb41fab5 BufferPointer<T> became BufferSpan<T> 10 years ago
Scott Williams e29f3eadd9 fix all instances of var 10 years ago
Anton Firszov fdf4911eb4 if (count < 256) { no SIMD } 10 years ago
Anton Firszov 5f90483019 PixelDataPool<T> is no longer static having PixelDataPool<T>.Clean + PixelDataPool<T>.Dirty instead 10 years ago
Anton Firszov 79537eb16e benchmarks 10 years ago
Anton Firszov 82a791878a optimized BufferPointer.Copy() implementations 10 years ago
Anton Firszov decb84078f implemented Color.BulkOperations.ToVector4() 10 years ago
Anton Firszov 099697cf0a renamed ArrayPointer to BufferPointer 10 years ago
Anton Firszov a8ab5d4b89 Renamed BulkPixelOperation methods, removed ArrayExtensions and the unused dangerous PixelAccessor ctr. 10 years ago
Anton Firszov 4e54632d63 BulkPixelOperationsTests.GetGlobalInstance() to make CodeCov happy 10 years ago
Anton Firszov 8a08319ce0 build and testrunning fix 10 years ago
Anton Firszov 6132d8fa4c cleanup & stylecop 10 years ago