Effects / Halftone

CMYK Halftone

The CMYK Halftone effect simulates four-color process printing used in magazines, newspapers, and commercial printing. Each color channel (Cyan, Magenta, Yellow, Black) is rendered at a different angle to avoid moiré patterns.

halftone-cmykPro

Effect ID: halftone-cmyk

Example Configuration

halftone-cmyk.json
{
  "effectId": "halftone-cmyk",
  "cmykHalftone": {
    "colorBack": "#f5f5f0",
    "colorC": "#00aeef",
    "colorM": "#ec008c",
    "colorY": "#fff200",
    "colorK": "#231f20",
    "size": 0.5,
    "gridNoise": 0,
    "type": "ink",
    "softness": 0.2,
    "contrast": 1,
    "intensity": 1,
    "angleOffset": 15,
    "misregistration": 0,
    "spread": 0.1
  }
}

Settings

PropertyTypeDefaultDescription
colorBackstring#f5f5f0Paper color
colorC/M/Y/Kstring-Ink colors (Cyan, Magenta, Yellow, Black)
sizenumber0.5Dot size (0-1)
typestringinkType: "ink" or "newsprint"
angleOffsetnumber15Angle offset in degrees (0-90)
contrastnumber1Contrast (0-2)
intensitynumber1Ink intensity (0-2)
misregistrationnumber0Print plate misalignment (0-1)
spreadnumber0.1Dot gain/ink bleed (0-1)

Screen Angles

Traditional CMYK printing uses specific angles to prevent moiré patterns:

  • Cyan - 15° (or 105°)
  • Magenta - 75°
  • Yellow - 0° (least visible, smallest angle)
  • Black - 45° (most visible, dominant angle)

Best Use Cases

  • Magazine look - Authentic print media aesthetic
  • Pop art - Roy Lichtenstein-style artwork
  • Vintage advertising - Retro commercial print look
  • Comic books - Classic four-color printing style

Tips

  • Larger dot sizes create bold pop-art effects
  • Smaller dots simulate high-quality print reproduction
  • Adjust angles to create intentional moiré patterns
  • Works especially well with portraits and product shots