// CodeGear C++Builder // Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc. // All rights reserved // (DO NOT EDIT: machine generated header) 'stdquant.pas' rev: 37.00 (Windows) #ifndef stdquantHPP #define stdquantHPP #pragma delphiheader begin #pragma option push #if defined(__BORLANDC__) && !defined(__clang__) #pragma option -w- // All warnings off #pragma option -Vx // Zero-length empty class member #endif #pragma pack(push,8) #include #include #include #include #include #include #include #include //-- user supplied ----------------------------------------------------------- namespace Stdquant { //-- forward type declarations ----------------------------------------------- //-- type declarations ------------------------------------------------------- //-- var, const, procedure --------------------------------------------------- extern DELPHI_PACKAGE void * __fastcall CreateMedianCutQuantizer(System::TObject* SrcBitmap, Hyiedefs::TRGB *ColorMap, const System::NativeInt ColorMap_High, int NCol); extern DELPHI_PACKAGE void __fastcall FreeMedianCutQuantizer(void * mq); extern DELPHI_PACKAGE int __fastcall MedianCutFindIndex(void * mq, const Hyiedefs::TRGB rgb); } /* namespace Stdquant */ #if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_STDQUANT) using namespace Stdquant; #endif #pragma pack(pop) #pragma option pop #pragma delphiheader end. //-- end unit ---------------------------------------------------------------- #endif // stdquantHPP