issues Search Results · repo:Evercoder/culori language:JavaScript
Filter by
148 results
(76 ms)148 results
inEvercoder/culori (press backspace or delete to remove)Issue
When using culori with ES modules (type: module in package.json), the library requires an explicit initialization call
to one of its color functions (e.g., rgb()) before other functions work correctly. ...
DFSIdigital
- Opened 4 days ago
- #256
Try this: const tomato = oklch( tomato ), okLchDisplayable = displayable(tomato), namedColorDisplayable = displayable(
tomato );
Weirdly, okLchDisplayable is false and namedColorDisplayable istrue. ...
sjaakp
- Opened 28 days ago
- #255
Would you accept a PR to organize the API docs a bit better?
Culori is great, but I find the docs to be pretty difficult to use, and it limits my ability to use the library. The
main problems:
- The ...
dim882
- Opened on Feb 24
- #254
We re seeing very unexpected results when using clampChroma with an RGB value like 0, 0, 1.
Quick example:
const pureRGBBlue = rgbToOklch({ mode: rgb , r: 0, g: 0, b: 1 });
// {mode: oklch , l: 0.4520137183853429, ...
StephenHaney
- Opened on Jan 16
- #253
Testing some symmetric conversion to make sure things are what I expect
I m just testing things out on the docs site here: https://culorijs.org/api/#formatHex in the browser console.
image
culori.formatHex(culori.parseHex( ...
NullVoxPopuli
- Opened on Nov 29, 2024
- #251
For example, I have:
background-image: linear-gradient(
in oklch to right,
var(--start),
var(--end)
);
and then in javascript:
const interpolator = interpolate([this.start, this.end], lch ); ...
NullVoxPopuli
- 3
- Opened on Nov 27, 2024
- #250
const inRGB = inGamut( rgb )
inRGB({ mode: oklch , l: 1, c: 0, h: 0 }) // = false
// white is in sRGB and return should be true
We found this issue in OKLCH color picker.
I can’t remember this issue ...
ai
- 5
- Opened on Nov 22, 2024
- #249
https://github.com/Evercoder/culori/blob/6aa2ce2ffa833202987a6cf580027c2eeb75d84f/docs/getting-started.md?plain=1#L76
import { rgb } from https://deno.land/x/culori@v{{pkg.version}}/index.js ;
haoyun
- Opened on Nov 21, 2024
- #248
I was playing around with the library and converter. When attempted, conversion from oklch to okhsl yields weird
results. In the documentation I haven t seen any specifics about the the color spaces supported ...
adithyaappu
- 4
- Opened on Nov 17, 2024
- #247
Hello, I stumbled across this library while working on a project of mine. I m working to extract daisyui colors, which
are in oklch format and use them in my canvas system. I m struggling getting the conversion ...
bfg-coding
- Opened on Oct 25, 2024
- #245

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.