Welcome, Guest
Username: Password: Remember me
Components and Libraries for Graphics Development, discussions, problems and suggestions.
  • Page:
  • 1

TOPIC:

Graphics32 problem using TBitmap32.OnpixelCombine 10 years 2 weeks ago #5275

  • jfmadre60
  • jfmadre60's Avatar Topic Author
  • Visitor
  • Visitor
I try to use a BitmapLayer in a TImgView32 under CT 4.7 under Windows Vista 32. (The same errors occurs under Lazarus)

When i compile, an error occurs :
unit1.pas(68,43) Error: Wrong number of parameters specified for call to "Fusion"
see the source code below.
I don't understand why
my procedure has the same parameters as the TPixelCombineEvent = procedure(F: TColor32; var B: TColor32; M: TColor32) of object;
procedure TForm1.Fusion(F: TColor32; var B: TColor32; M: TColor32);
begin
F:=F or B;
end;

Any solution ?
Thanks

Please Log in or Create an account to join the conversation.

  • Page:
  • 1