- 158b9c1 Use MathUtils.sanitizeDegreesDouble for hue calculation in Cam16. by Material Eng · 8 weeks ago main
- e88730b Fixed some contrast ratio in high contrast for phone. by Material Eng · 8 weeks ago
- 3ba1e40 Return and use null instead of -1 for error value by Material Eng · 8 weeks ago
- c50b410 Use MathUtils in Blend rather than manually interpolating by Material Eng · 9 weeks ago
- 9a1fb90 refactor DynamicColor constructors and remove unnecessary Builder class by Material Eng · 10 weeks ago
- f9c2921 Fixed wrong initial tone of primary for watch in expressive and vibrant variants. by Material Eng · 2 months ago
- eb19196 Automated Code Change by Liam Miller-Cushon · 2 months ago
- 9202f14 Enforced fallback SpecVersion 2021 for unsupported DynamicScheme variants. by Material Eng · 2 months ago
- f3188b2 Fixed onSurface contrast ratio for watch platform. by Material Eng · 2 months ago
- 665dc4b Automated Code Change by Liam Miller-Cushon · 3 months ago
- 9ae978e Cleanup code surrounding TonePolarity, ToneDeltaPair, and DeltaConstraint by Material Eng · 3 months ago
- c4e935c Code cleanup by Material Eng · 3 months ago
- da63be9 Remove unused and deprecated CorePalette and Scheme classes by Material Eng · 3 months ago
- 07b2c68 Update copyright/licenses by Material Eng · 3 months ago
- 0f23f73 No public description by Material Eng · 3 months ago
- c8a2311 No public description by Material Eng · 4 months ago
- d3f1ba8 Add initial revision of Material Color Utils for Kotlin by Material Eng · 4 months ago
- 5a7931e Automated Code Change by Material Eng · 4 months ago
- 498c427 Automated code refactoring by Material Eng · 5 months ago
- fdb3b85 Refined onBackground for 2025 spec on Watch. by Material Eng · 5 months ago
- a800772 Updated onSurfaceVariant color for better contrast ratio in 2025 specs. by Material Eng · 6 months ago
- a14c591 Fixed fixed colors in dark mode in medium and high contrast modes for 2025 colors. by Material Eng · 7 months ago
- 998b611 A workaround to fix incorrect T99 of some seed colors. by Material Eng · 8 months ago
- e704af8 Updated the constructors for all schemes to support different spec version. by Material Eng · 8 months ago
- 5d4397a Update and fix lints, make field final by Material Eng · 8 months ago
- d28f866 Updated on surface colors and outline colors for higher brightness for 2025 spec and fixed a bug in color determination (like isYellow or isBlue). by Material Eng · 8 months ago
- 2bea6dc Automated Code Change by Material Eng · 8 months ago
- b3492bb Added API for scheme variants with version and platform arguments. by Material Eng · 8 months ago
- fcf1fe3 Automated Code Change by Material Eng · 9 months ago
- 2ef423a Updated the hue rotation calculation method. by Material Eng · 9 months ago
- 4e3fc5e Added 2025 color specs for Neutral, Tonal spot, Expressive, and Vibrant across multiple color roles. by Material Eng · 9 months ago
- a2b5696 Internal cleanup. by Material Eng · 10 months ago
- 1ef5243 Removed MaterialDynamicColors constructors and the experimental isExtendedFidelity option. by Material Eng · 10 months ago
- 421daef Updated the controlActivated to isBackground=true. by Material Eng · 10 months ago
- 5de9119 Updated the spec of color roles to use the spec version from scheme instead of local variable assigned in `MaterialDynamicColors` constructor. by Material Eng · 10 months ago
- 24932a4 Updated the inverse_surface to isBackground=true. by Material Eng · 10 months ago
- e98f6b8 Added 2025 color specs for Neutral, Tonal spot, Expressive, and Vibrant across multiple color roles. by Material Eng · 10 months ago
- 9889de1 Update API that returns all dynamic color tokens in Java to use Supplier instead of Function. by Ash Huynh · 1 year, 1 month ago
- dbdf4c4 Add an API that returns all dynamic color tokens in Java. by Ash Huynh · 1 year, 1 month ago
- ca894db Automated Code Change by Material Eng · 1 year, 3 months ago
- 384df9a Split out logic to get a source color from image bytes into its own function to allow the code to be used seperately. by Material Eng · 1 year, 4 months ago
- 29e15b3 Swift - Update visibility of `errorPalette` to be public. by Material Eng · 1 year, 4 months ago
- e42b2e4 Minor documentation fixes. by Material Eng · 1 year, 4 months ago
- 337115a Revamp documentation. by Material Eng · 1 year, 4 months ago
- 2144e9d Replace computeIfAbsent with equivalent code. by Material Eng · 1 year, 5 months ago
- 140c6b1 Deprecate legacy core palette class. by Material Eng · 1 year, 6 months ago
- 284fabe Add unit tests for Scheme Rainbow. by Material Eng · 1 year, 6 months ago
- c8bc9f9 Add unit tests for Scheme Neutral. by Material Eng · 1 year, 6 months ago
- c71adba Add unit tests for Scheme Expressive. by Material Eng · 1 year, 6 months ago
- b0c79b0 Add unit tests for Scheme Content. by Material Eng · 1 year, 6 months ago
- e3b4a82 Add unit tests for Scheme Fidelity. by Material Eng · 1 year, 6 months ago
- ca653ed Add explicit test for ARGB int representation to each platform by Material Eng · 1 year, 6 months ago
- c2805dc Add unit tests for Scheme Monochrome. by Material Eng · 1 year, 6 months ago
- b6084ba Add unit tests for Scheme Vibrant. by Material Eng · 1 year, 6 months ago
- 6dff97b Add unit tests for Scheme Fruit Salad. by Material Eng · 1 year, 6 months ago
- 64e2c9e Add scheme provider to create multiple schemes from the same source color. This provider reduces overlapped computation by reusing tonal palettes. by Material Eng · 1 year, 6 months ago
- 61bdf87 Remove Rgba color representation from TS library by Material Eng · 1 year, 6 months ago
- 678c8bc Make scheme details consistently private in all languages by Material Eng · 1 year, 6 months ago
- 172eccd Unify errorPalette parameter across platforms by Material Eng · 1 year, 6 months ago
- 691c9e3 Optimize ARGB and HCT usage in DynamicScheme by Material Eng · 1 year, 6 months ago
- a37c008 Replace postfix increment in a for loop with prefix by Material Eng · 1 year, 6 months ago
- be615fc Export variant to construct DynamicScheme. by Material Eng · 1 year, 7 months ago
- 6bda888 Bump Typescript version. by Material Eng · 1 year, 7 months ago
- 03336bf Update MCU to for expressive on-colors. by Material Eng · 1 year, 7 months ago
- 1e2c1ae Add an `onerror` callback to reject the promise when an image fails to load in the `sourceColorFromImage` function. by Material Eng · 1 year, 7 months ago
- 935c2b4 Optimize create key color algorithm with binary search and caching. by Material Eng · 1 year, 8 months ago
- c093082 Change visibility of classes and methods to be public in Swift. by Material Eng · 1 year, 9 months ago
- 193f145 Ensure QuantizerCelebi.quantize returns consistent result given same input. by Material Eng · 1 year, 9 months ago
- 9f3b733 Change QuantizerCelebi and QuantizerResult to public. by Material Eng · 1 year, 9 months ago
- 97f524b Update `DynamicScheme` API for TypeScript. by Material Eng · 1 year, 9 months ago
- f0268a6 Update `DynamicScheme` API for Java. by Material Eng · 1 year, 10 months ago
- 1c5488c No public description by Material Eng · 1 year, 10 months ago
- 8d6c8ae No public description by Material Eng · 1 year, 10 months ago
- 624be32 Increase pub score by Material Eng · 1 year, 10 months ago
- 4bc99e9 Add documentation for color spaces used in MCU. by Material Eng · 1 year, 10 months ago
- 9281b3d Let `TonalPalette.fromList` accept any tone. by Material Eng · 1 year, 11 months ago
- 2efe18e Move value tests to golden tests. by Material Eng · 1 year, 11 months ago
- 13434b5 Add missing includes uncovered by libc++ change by Material Eng · 1 year, 11 months ago
- f9bda56 Fix exports from the MCU TypeScript library. by Material Eng · 1 year, 11 months ago
- 3d942dd Change Dynamic Scheme tonal palette properties to be public and made TonalPalette class and methods public. by Material Eng · 2 years ago
- bd3f643 Internal Code Change by Liam Miller-Cushon · 2 years ago
- 1217346 Change QuanizerResult::color_to_count to match RankedSuggestion signature by Material Eng · 2 years, 1 month ago
- f5d03da Update `DynamicScheme` API for C++. by Material Eng · 2 years, 1 month ago
- 0a56fc7 Implement New Contrast Surfaces Spec. by Material Eng · 2 years, 1 month ago
- f16ff28 Correct tables in make_schemes.md by Material Eng · 2 years, 2 months ago
- 6018b17 Deprecate `Scheme` in dart. by Material Eng · 2 years, 2 months ago
- 7cde6f9 Add Scheme correctness tests [dart]. by Material Eng · 2 years, 2 months ago
- 236f335 Update `DynamicScheme` API for Swift. by Material Eng · 2 years, 2 months ago
- 248bb0c Update `DynamicScheme` API for Dart. by Material Eng · 2 years, 2 months ago
- 45798af Add instruction to scale image down for quantizers. by Material Eng · 2 years, 2 months ago
- bec7bab Reduce stack size for `QuantizeWu` (C++). by Material Eng · 2 years, 3 months ago
- 6e0f5e1 Fix table issue in `make_schemes.md` by Material Eng · 2 years, 3 months ago
- d5ed01e Add migration guide for `Scheme`. by Material Eng · 2 years, 3 months ago
- 9fe39a3 Add documentation for Contrast and DynamicScheme (constructor). by Material Eng · 2 years, 4 months ago
- 799b6ba Add documentation on making schemes. by Material Eng · 2 years, 4 months ago
- 3233451 Add documentation page for extracting colors. by Material Eng · 2 years, 4 months ago
- 12b75a0 Internal change. by Material Eng · 2 years, 5 months ago
- ce99247 Remove Albers adjustment. by Material Eng · 2 years, 6 months ago
- cac6466 Update `RankedSuggestions` function signature. by Material Eng · 2 years, 6 months ago
- c3681e1 Not a public change. by Material Eng · 2 years, 6 months ago