Ignore:
Timestamp:
Mar 18, 2021, 10:58:28 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Gamma was incorrectly applied to images with transparency colors.
  • Modified: Change Templates to GraphicSet so it can also have description of its items.
  • Modified: Use TextExtent instead of both TextWidth and TextHeight.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Tribes.pas

    r314 r315  
    466466            facepix div 10 * 49 + 48] := $000000;
    467467          Gray := $B8B8B8;
    468           ImageOp_BCC(faceHGr.Data, Templates,
     468          ImageOp_BCC(faceHGr.Data, Templates.Data,
    469469            facepix mod 10 * 65 + 1, facepix div 10 * 49 + 1, 1, 25, 64, 48,
    470470            Gray, Color);
Note: See TracChangeset for help on using the changeset viewer.