Skip to content

Consider re-evaluating YIQ formula #2

@simonbrunel

Description

@simonbrunel

Note: issue posted by @zlumer in the deprecated "color" repository on Jul 14 '16.

See index.js:201

As stated here: ColorFAQ

The coefficients 0.299, 0.587 and 0.114 properly computed luminance for monitors having phosphors that were contemporary at the introduction of NTSC television in 1953. They are still appropriate for computing video luma to be discussed below in section 11. However, these coefficients do not accurately compute luminance for contemporary monitors.

The proposed formula is as follows:

image

Or

yiq = (rgb[0] * 2126 + rgb[1] * 7152 + rgb[2] * 722) / 10000;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions