Function isFullyTransparentColor

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

Prototype

bool isFullyTransparentColor(
  uint color
) pure nothrow;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0