Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NgxColorPipe

Change Color Pipe

See the ngx3js docs page for details. See the ngx pipes page for a live demo.

{{ '#ff0000' |  ngx3jsColor }}
export
implements

{PipeTransform}

Hierarchy

  • NgxColorPipe

Implements

  • PipeTransform

Index

Constructors

Methods

Constructors

constructor

Methods

transform

  • Transforms color pipe

    {{ '#ff0000' |  ngx3jsColor }}
    

    Parameters

    • color1: INgxColor
    • returnType: string = 'color'
    • color2: INgxColor = null
    • operator: string = 'plus'
    • alpha: number = 0.5

    Returns INgxColor

    transform

Generated using TypeDoc