Changeset 10 for trunk/ColorFormats/UColorGray1.pas
- Timestamp:
- Sep 22, 2014, 3:07:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ColorFormats/UColorGray1.pas
r9 r10 42 42 case Channel of 43 43 ccGray: Result := 0; 44 else raise Exception.Create('Unsupported color channel');44 else Result := 0; 45 45 end; 46 46 end;
Note:
See TracChangeset
for help on using the changeset viewer.