-
Notifications
You must be signed in to change notification settings - Fork 12
Allow using on lab::Lab #59
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestlibraryImprovements to library functionality or structureImprovements to library functionality or structure
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlibraryImprovements to library functionality or structureImprovements to library functionality or structure
There exists another library on Rust,
lab, that has aLabstruct nearly identical topalettes, the main difference being the L*a*b* parameters aref32's rather than generic types and there is nowhite_point. The same also applies to theLChstruct. I would like to be able to use this struct over the onepaletteprovides, if possible. Cheers.