📜  D3.js color.brighter()函数

📅  最后修改于: 2022-05-13 01:56:28.987000             🧑  作者: Mango

D3.js color.brighter()函数

D3.js 的color.brighter()函数用于在原始颜色中复制具有一些额外亮度或暗度的颜色。

句法:

color.brighter(k)

参数:该函数只接受一个参数k 是原始颜色所需的亮度量。它是整数值。

返回值:它返回对象。

示例 1:当未给出 k 的值时

HTML


    
        
        
        D3.js color.brighter() Function
    
    
    
        Color without color.brighter() property
        
        Color with color.brighter() property         
                               


HTML


    
        
        
        D3.js color.brighter() Function
    
    
    
        Color without color.brighter() property
        
        Color with color.brighter(10) property         
                               


HTML


    
        
        
        D3.js color.brighter() Function
    
    
    
        Color without color.brighter() property
        
        Color with color.brighter(-10) property         
                               


输出:

示例 2:

HTML



    
        
        
        D3.js color.brighter() Function
    
    
    
        Color without color.brighter() property
        
        Color with color.brighter(10) property         
                               

输出:

示例 3:当 k < 0 时

HTML



    
        
        
        D3.js color.brighter() Function
    
    
    
        Color without color.brighter() property
        
        Color with color.brighter(-10) property         
                               

输出: