type()

Type : public method

Support : 0.6

Return : String

Methods

  • type( color, errorMsg ) : Stringver 0.6~

    • color : String
      Color문자열 ("hex", "rgb", "rgba", "keyword", "hsl", "hsla")
    • errorMsg : String
      해당 타입이 없을때 발생시킬 에러 메세지. 설정하지 않으면 해당 타입이 없을때 undefined반환

Example

var type = $B.color.type( '#FFFFFF' ); //hex

var type = $B.color.type( 'rgb(255, 255, 255)' ); //rgb