📄 imgutil.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'ImgUtil.pas' rev: 5.00
#ifndef ImgUtilHPP
#define ImgUtilHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Math.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Imgutil
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE void __fastcall ConvertBitmapToGrayscale(const Graphics::TBitmap* Bmp);
extern PACKAGE void __fastcall ChangeTrans(Graphics::TBitmap* abmp, Graphics::TColor colorf);
extern PACKAGE void __fastcall SpiegelnHorizontal(Graphics::TBitmap* Bitmap);
extern PACKAGE void __fastcall SpiegelnVertikal(Graphics::TBitmap* Bitmap);
extern PACKAGE void __fastcall Drehen270Grad(Graphics::TBitmap* Bitmap);
extern PACKAGE void __fastcall Drehen90Grad(Graphics::TBitmap* Bitmap);
extern PACKAGE void __fastcall Drehen180Grad(Graphics::TBitmap* Bitmap);
extern PACKAGE Graphics::TBitmap* __fastcall Rotate90(Graphics::TBitmap* Bitmap);
extern PACKAGE Graphics::TColor __fastcall Blend(Graphics::TColor C1, Graphics::TColor C2, int W1);
extern PACKAGE void __fastcall GradFill(HDC DC, const Windows::TRect &ARect, Graphics::TColor ClrTopLeft
, Graphics::TColor ClrBottomRight, int Kind);
extern PACKAGE int __fastcall GetHSV(Graphics::TColor c);
} /* namespace Imgutil */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Imgutil;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // ImgUtil
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -