✨
Notes
  • Initial Page
  • Babel
  • webpack
    • Vue Loader
  • Nginx
  • Docker
  • Kubernetes
  • svg
  • 贝赛尔曲线
  • css
    • animation
    • work-break, white-space, overflow-wrap
    • clip-path
    • background-clip
    • box-shadow
    • -webkit-box-reflect
    • mix-blend-mode
    • backdrop-filter
    • filter
    • blur()
    • contrast()
    • drop-shadow()
    • linear-gradient()
    • radial-gradient()
    • conic-gradient()
  • 高斯模糊
  • 腾讯x5浏览器内核
  • husky
  • matrix
  • React
    • 性能优化
  • git
  • DNS
  • 设备像素与设备独立像素
  • JavaScript 知识点
  • mpvue源码阅读
  • Source maps
  • Vue
    • vue源码解析
  • 跨域资源共享(CORS)
  • typescript
    • declaration-files
  • flutter
    • layout
Powered by GitBook
On this page

Was this helpful?

  1. css

contrast()

调整输入图像的对比度

amount

支持<number>和<percentage>

大于100%增加对比度,小于100%降低对比度。0%图像完全灰色,100%保持不变

Previousblur()Nextdrop-shadow()

Last updated 5 years ago

Was this helpful?