imgutil.hpp
上传用户:xjwsee
上传日期:2008-08-02
资源大小:796k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 2005 by Borland Software Corporation
  3. // All rights reserved
  4. // (DO NOT EDIT: machine generated header) 'Imgutil.pas' rev: 10.00
  5. #ifndef ImgutilHPP
  6. #define ImgutilHPP
  7. #pragma delphiheader begin
  8. #pragma option push
  9. #pragma option -w-      // All warnings off
  10. #pragma option -Vx      // Zero-length empty class member functions
  11. #pragma pack(push,8)
  12. #include <System.hpp> // Pascal unit
  13. #include <Sysinit.hpp> // Pascal unit
  14. #include <Windows.hpp> // Pascal unit
  15. #include <Graphics.hpp> // Pascal unit
  16. #include <Math.hpp> // Pascal unit
  17. //-- user supplied -----------------------------------------------------------
  18. namespace Imgutil
  19. {
  20. //-- type declarations -------------------------------------------------------
  21. //-- var, const, procedure ---------------------------------------------------
  22. extern PACKAGE void __fastcall ConvertBitmapToGrayscale(const Graphics::TBitmap* Bmp);
  23. extern PACKAGE void __fastcall ChangeTrans(Graphics::TBitmap* abmp, Graphics::TColor colorf);
  24. extern PACKAGE void __fastcall SpiegelnHorizontal(Graphics::TBitmap* Bitmap);
  25. extern PACKAGE void __fastcall SpiegelnVertikal(Graphics::TBitmap* Bitmap);
  26. extern PACKAGE void __fastcall Drehen270Grad(Graphics::TBitmap* Bitmap);
  27. extern PACKAGE void __fastcall Drehen90Grad(Graphics::TBitmap* Bitmap);
  28. extern PACKAGE void __fastcall Drehen180Grad(Graphics::TBitmap* Bitmap);
  29. extern PACKAGE Graphics::TBitmap* __fastcall Rotate90(Graphics::TBitmap* Bitmap);
  30. extern PACKAGE Graphics::TColor __fastcall Blend(Graphics::TColor C1, Graphics::TColor C2, int W1);
  31. extern PACKAGE void __fastcall GradFill(HDC DC, const Types::TRect &ARect, Graphics::TColor ClrTopLeft, Graphics::TColor ClrBottomRight, int Kind = 0x1);
  32. extern PACKAGE int __fastcall GetHSV(Graphics::TColor c);
  33. } /* namespace Imgutil */
  34. using namespace Imgutil;
  35. #pragma pack(pop)
  36. #pragma option pop
  37. #pragma delphiheader end.
  38. //-- end unit ----------------------------------------------------------------
  39. #endif // Imgutil