Ignore:
Timestamp:
Dec 22, 2016, 8:49:19 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Updated BGRABitmap package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/Packages/bgrabitmap/bgracanvas.pas

    r472 r494  
    66
    77uses
    8   Classes, SysUtils, FPCanvas, Graphics, GraphType, Types, FPImage, BGRABitmapTypes;
     8  Classes, SysUtils, FPCanvas, BGRAGraphics, Types, FPImage, BGRABitmapTypes;
    99
    1010type
     
    10991099  Style: TGraphicsBevelCut);
    11001100begin
    1101   Frame3D(bounds,width,style,ColorToBGRA(ColorToRGB(clBtnHighlight)),ColorToBGRA(ColorToRGB(clBtnShadow)));
     1101  Frame3D(bounds,width,style,ColorToBGRA(clRgbBtnHighlight),ColorToBGRA(clRgbBtnShadow));
    11021102end;
    11031103
     
    11501150    RStop,RStart: Byte;
    11511151  begin
    1152     RedGreenBlue(ColorToRGB(AStart), RStart, GStart, BStart);
     1152      RedGreenBlue(ColorToRGB(AStart), RStart, GStart, BStart);
    11531153      RedGreenBlue(ColorToRGB(AStop),  RStop,  GStop,  BStop);
    11541154
Note: See TracChangeset for help on using the changeset viewer.