Nodes/MdColorMod/Primitive Color YCbCr (MD)
ComfyUI Node

Primitive Color YCbCr (MD)

Converts Y′CbCr color values to an integer color code and a hexadecimal string representation.

By MdONeilsl·Created 2 months ago·Updated about a month ago· 0
Primitive Color YCbCr (MD)
    • int
    • HEX
    Luma0.000
    BlueDiff0.000
    RedDiff0.000
    Categorymd/color

    Inputs (3)

    NameTypeDefaultDescription
    LumaFLOAT0.0000–1Luma (brightness) component (0-1).
    BlueDiffFLOAT0.000-0.5–0.5Blue chroma difference component (-0.5 to 0.5).
    RedDiffFLOAT0.000-0.5–0.5Red chroma difference component (-0.5 to 0.5).

    Outputs (2)

    NameTypeDescription
    intINTPacked 24-bit integer color value (0-16777215).
    HEXSTRINGHexadecimal color string (e.g., #FF0000).