Function isFullyTransparentColor

returns true if color is #FFxxxxxx (color alpha is 255)

bool isFullyTransparentColor(
  uint color
) pure;