Skip to content

Linear RGB type #564

@ion1

Description

@ion1

I would appreciate it if Colors.jl provided a linear RGB type which acts as follows. Thank you!

    @test convert(RGB, LinearRGB(0.5, 0, 0))  RGB(0.7353569830524494, 0, 0) atol=eps()
    @test convert(LinearRGB, RGB(0.7353569830524494, 0, 0))  LinearRGB(0.5, 0, 0) atol=eps()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions