ColorCSS constructor

const ColorCSS(
  1. int value
)

Implementation

const ColorCSS(int value) : value = value & 0xFFFFFFFF;