Function blendGray

blend two RGB pixels using alpha

Prototype

ubyte blendGray(
  ubyte dst,
  ubyte src,
  uint alpha
) pure nothrow;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0