SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.iconAlpha  property

It specifies the transparency of image or icon which is displayed in cell. 

It specifies the value between 0 ~ 1

Defaults to 1.

Getter
function iconAlpha(): Number
Setter
function setIconAlpha(value: Number)
Code -1
    column.setStyles({
        iconAlpha: 0.5
    });
See Also
iconAlignment
iconIndex
iconLocation
iconOffset
iconPadding
Styles Overview
Examples
Icon Cell Renderer
Column Styles