gradient

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gradient相关的知识,希望对你有一定的参考价值。

background: linear-gradient(to right,red,orange,yellow, green, blue,indigo,violet); 
background: linear-gradient(top,#ccc, #000);
 
background: radial-gradient(red, yellow, rgb(30, 144, 255));
      radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%)
      
background-image: radial-gradient(ellipse farthest-corner at 45px 45px , #00FFFF 0%, rgba(0, 0, 255, 0) 50%, #0000FF 95%);
background-image: radial-gradient(16px at 60px 50% , #000000 0%, #000000 14px, rgba(0, 0, 0, 0.3) 18px, rgba(0, 0, 0, 0) 19px);

 

 

 

 
background: repeating-linear-gradient(to top left, red, red 5px, white 5px, white 10px);

以上是关于gradient的主要内容,如果未能解决你的问题,请参考以下文章

权重没有使用 Gradient Tape 和 apply_gradients() 更新

从 tf.gradients() 到 tf.GradientTape() 的转换返回 None

Logistic Regression Using Gradient Descent -- Binary Classification 代码实现

如何将Gradient应用于iOS Swift App的后台视图

gradient渐变IE兼容处理

CSS高级篇——渐变 (gradient)