Ignore:
Timestamp:
Apr 9, 2015, 9:58:36 PM (9 years ago)
Author:
chronos
Message:
  • Fixed: Use csOpaque control style also to Image, PaintBox and OpenGLControl.
  • Modified: Change size of test frame with SpinEdits as delayed using timer.
  • Updated: BRGABitmap package to version 8.1.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/Packages/bgrabitmap/blendpixelinline.inc

    r452 r472  
    530530  aw := GammaExpansionTab[a];
    531531  bw := GammaExpansionTab[b];
     532  {$HINTS OFF}
    532533  Result := GammaCompressionTab[aw+bw-(longword(aw)*longword(bw) shr 15)];
     534  {$HINTS ON}
    533535end;
    534536
     
    562564function ByteLinearExclusionInline(a, b: byte): byte; inline;
    563565begin
     566  {$HINTS OFF}
    564567  Result := a+b-(a*b shr 7);
     568  {$HINTS ON}
    565569end;
    566570
Note: See TracChangeset for help on using the changeset viewer.