Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] YPbPr Color model #10

Open
logaretm opened this issue Mar 27, 2019 · 0 comments
Open

[feat] YPbPr Color model #10

logaretm opened this issue Mar 27, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@logaretm
Copy link
Contributor

logaretm commented Mar 27, 2019

Implement YPbPr color model fns.

also written as YPBPR, is a color space used in video electronics, in particular in reference to component video cables. YPbPr is the analog version of the YCbCr color space; the two are numerically equivalent but YPbPr is designed for use in analog systems while YCbCr is intended for digital video. YPbPr is commonly referred to as component video by manufacturers; however, there are many types of component video, most of which are some form of RGB. Some video cards come with video-in video-out (VIVO) ports for connecting to component video devices.

This is not a supported CSS format, so I guess its format should follow the others by convention, otherwise, if there is an established convention to represent a YPbPr value it should be used as its parse and format targets.

@logaretm logaretm self-assigned this Mar 27, 2019
@logaretm logaretm added the enhancement New feature or request label Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant