Skip to content

[css-color-4] The given channel is multiplied by the given value. What does it mean? #1930

@Semigradsky

Description

@Semigradsky

https://drafts.csswg.org/css-color/#hsl-hwb-adjusters

If the operator is *, the given channel is multiplied by the given value.

There is example of usage in spec: lightness(*150%).

When I write

color(hsl(0, 25%, 50%) lightness(*150%))

it should be the same as

hsl(0, 31.25%, 50%)

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.css-color-4Current Work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions