Types
What the functions return and what the componentswidgets take. Nothing here is something to call; these are the shapes the rest of the reference names.
| Page | What it is |
|---|---|
DiffOptions | How two documents are compared. |
DiffResult | What diffText returns. |
DiffRow | One row of a comparison, and the lines inside it. |
DiffChange | One run of changed lines. |
DiffStats | How many lines ended up where. |
DiffPixels | A picture as bytes. |
DiffImageOptions | How two pictures are compared. |
DiffImageResult | What diffImage returns. |
DiffImageRegion | One rectangle of changed pixels. |
DiffImageStats | How much of the frame ended up where. |
DiffImagesOptions | How several pictures are compared. |
DiffImagesResult | What a comparison of several pictures returns. |
DiffineStrings | Every word the views put on the screen. |
DiffineFont | The typeface the documents are drawn in. |
| The list of languages | Every language the syntax highlighting accepts. |
DiffineRender | Something of the application's own, beside or under a line. |
DiffineHighlight | An application's own highlighter, in place of a language. |