generated from treeform/nimtemplate
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
8,800 additions
and
10,641 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
PngFormat pixie.html#PngFormat FileFormat.PngFormat | ||
BmpFormat pixie.html#BmpFormat FileFormat.BmpFormat | ||
JpegFormat pixie.html#JpegFormat FileFormat.JpegFormat | ||
GifFormat pixie.html#GifFormat FileFormat.GifFormat | ||
QoiFormat pixie.html#QoiFormat FileFormat.QoiFormat | ||
PpmFormat pixie.html#PpmFormat FileFormat.PpmFormat | ||
FileFormat pixie.html#FileFormat pixie: FileFormat | ||
autoStraightAlpha pixie.html#autoStraightAlpha.c,ColorRGBX pixie: autoStraightAlpha(c: ColorRGBX): ColorRGBA | ||
autoPremultipliedAlpha pixie.html#autoPremultipliedAlpha.c,ColorRGBA pixie: autoPremultipliedAlpha(c: ColorRGBA): ColorRGBX | ||
decodeImageDimensions pixie.html#decodeImageDimensions,pointer,int pixie: decodeImageDimensions(data: pointer; len: int): ImageDimensions | ||
decodeImageDimensions pixie.html#decodeImageDimensions,string pixie: decodeImageDimensions(data: string): ImageDimensions | ||
decodeImage pixie.html#decodeImage,string pixie: decodeImage(data: string): Image | ||
readImageDimensions pixie.html#readImageDimensions,string pixie: readImageDimensions(filePath: string): ImageDimensions | ||
readImage pixie.html#readImage,string pixie: readImage(filePath: string): Image | ||
encodeImage pixie.html#encodeImage,Image,FileFormat pixie: encodeImage(image: Image; fileFormat: FileFormat): string | ||
writeFile pixie.html#writeFile,Image,string pixie: writeFile(image: Image; filePath: string) | ||
fill pixie.html#fill,Image,Paint pixie: fill(image: Image; paint: Paint) | ||
nimTitle pixie pixie.html module src/pixie 0 | ||
nim PngFormat pixie.html#PngFormat FileFormat.PngFormat 10 | ||
nim BmpFormat pixie.html#BmpFormat FileFormat.BmpFormat 10 | ||
nim JpegFormat pixie.html#JpegFormat FileFormat.JpegFormat 10 | ||
nim GifFormat pixie.html#GifFormat FileFormat.GifFormat 10 | ||
nim QoiFormat pixie.html#QoiFormat FileFormat.QoiFormat 10 | ||
nim PpmFormat pixie.html#PpmFormat FileFormat.PpmFormat 10 | ||
nim FileFormat pixie.html#FileFormat enum FileFormat 10 | ||
nim autoStraightAlpha pixie.html#autoStraightAlpha.c,ColorRGBX converter autoStraightAlpha(c: ColorRGBX): ColorRGBA 13 | ||
nim autoPremultipliedAlpha pixie.html#autoPremultipliedAlpha.c,ColorRGBA converter autoPremultipliedAlpha(c: ColorRGBA): ColorRGBX 17 | ||
nim decodeImageDimensions pixie.html#decodeImageDimensions,pointer,int proc decodeImageDimensions(data: pointer; len: int): ImageDimensions 21 | ||
nim decodeImageDimensions pixie.html#decodeImageDimensions,string proc decodeImageDimensions(data: string): ImageDimensions 46 | ||
nim decodeImage pixie.html#decodeImage,string proc decodeImage(data: string): Image 52 | ||
nim readImageDimensions pixie.html#readImageDimensions,string proc readImageDimensions(filePath: string): ImageDimensions 72 | ||
nim readImage pixie.html#readImage,string proc readImage(filePath: string): Image 81 | ||
nim encodeImage pixie.html#encodeImage,Image,FileFormat proc encodeImage(image: Image; fileFormat: FileFormat): string 88 | ||
nim writeFile pixie.html#writeFile,Image,string proc writeFile(image: Image; filePath: string) 104 | ||
nim fill pixie.html#fill,Image,Paint proc fill(image: Image; paint: Paint) 120 | ||
nimgrp decodeimagedimensions pixie.html#decodeImageDimensions-procs-all proc 21 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
Blender pixie/blends.html#Blender blends: Blender | ||
blendAlpha pixie/blends.html#blendAlpha,uint8,uint8 blends: blendAlpha(backdrop, source: uint8): uint8 | ||
blendNormal pixie/blends.html#blendNormal,ColorRGBX,ColorRGBX blends: blendNormal(backdrop, source: ColorRGBX): ColorRGBX | ||
blendDarken pixie/blends.html#blendDarken,ColorRGBX,ColorRGBX blends: blendDarken(backdrop, source: ColorRGBX): ColorRGBX | ||
blendMultiply pixie/blends.html#blendMultiply,ColorRGBX,ColorRGBX blends: blendMultiply(backdrop, source: ColorRGBX): ColorRGBX | ||
blendColorBurn pixie/blends.html#blendColorBurn,ColorRGBX,ColorRGBX blends: blendColorBurn(backdrop, source: ColorRGBX): ColorRGBX | ||
blendLighten pixie/blends.html#blendLighten,ColorRGBX,ColorRGBX blends: blendLighten(backdrop, source: ColorRGBX): ColorRGBX | ||
blendScreen pixie/blends.html#blendScreen,ColorRGBX,ColorRGBX blends: blendScreen(backdrop, source: ColorRGBX): ColorRGBX | ||
blendColorDodge pixie/blends.html#blendColorDodge,ColorRGBX,ColorRGBX blends: blendColorDodge(backdrop, source: ColorRGBX): ColorRGBX | ||
blendOverlay pixie/blends.html#blendOverlay,ColorRGBX,ColorRGBX blends: blendOverlay(backdrop, source: ColorRGBX): ColorRGBX | ||
blendSoftLight pixie/blends.html#blendSoftLight,ColorRGBX,ColorRGBX blends: blendSoftLight(backdrop, source: ColorRGBX): ColorRGBX | ||
blendHardLight pixie/blends.html#blendHardLight,ColorRGBX,ColorRGBX blends: blendHardLight(backdrop, source: ColorRGBX): ColorRGBX | ||
blendDifference pixie/blends.html#blendDifference,ColorRGBX,ColorRGBX blends: blendDifference(backdrop, source: ColorRGBX): ColorRGBX | ||
blendExclusion pixie/blends.html#blendExclusion,ColorRGBX,ColorRGBX blends: blendExclusion(backdrop, source: ColorRGBX): ColorRGBX | ||
blendColor pixie/blends.html#blendColor,ColorRGBX,ColorRGBX blends: blendColor(backdrop, source: ColorRGBX): ColorRGBX | ||
blendLuminosity pixie/blends.html#blendLuminosity,ColorRGBX,ColorRGBX blends: blendLuminosity(backdrop, source: ColorRGBX): ColorRGBX | ||
blendHue pixie/blends.html#blendHue,ColorRGBX,ColorRGBX blends: blendHue(backdrop, source: ColorRGBX): ColorRGBX | ||
blendSaturation pixie/blends.html#blendSaturation,ColorRGBX,ColorRGBX blends: blendSaturation(backdrop, source: ColorRGBX): ColorRGBX | ||
blendMask pixie/blends.html#blendMask,ColorRGBX,ColorRGBX blends: blendMask(backdrop, source: ColorRGBX): ColorRGBX | ||
blendSubtractMask pixie/blends.html#blendSubtractMask,ColorRGBX,ColorRGBX blends: blendSubtractMask(backdrop, source: ColorRGBX): ColorRGBX | ||
blendExcludeMask pixie/blends.html#blendExcludeMask,ColorRGBX,ColorRGBX blends: blendExcludeMask(backdrop, source: ColorRGBX): ColorRGBX | ||
blender pixie/blends.html#blender,BlendMode blends: blender(blendMode: BlendMode): Blender | ||
nimTitle blends pixie/blends.html module src/pixie/blends 0 | ||
nim Blender pixie/blends.html#Blender type Blender 9 | ||
nim blendAlpha pixie/blends.html#blendAlpha,uint8,uint8 proc blendAlpha(backdrop, source: uint8): uint8 41 | ||
nim blendNormal pixie/blends.html#blendNormal,ColorRGBX,ColorRGBX proc blendNormal(backdrop, source: ColorRGBX): ColorRGBX 60 | ||
nim blendDarken pixie/blends.html#blendDarken,ColorRGBX,ColorRGBX proc blendDarken(backdrop, source: ColorRGBX): ColorRGBX 72 | ||
nim blendMultiply pixie/blends.html#blendMultiply,ColorRGBX,ColorRGBX proc blendMultiply(backdrop, source: ColorRGBX): ColorRGBX 86 | ||
nim blendColorBurn pixie/blends.html#blendColorBurn,ColorRGBX,ColorRGBX proc blendColorBurn(backdrop, source: ColorRGBX): ColorRGBX 111 | ||
nim blendLighten pixie/blends.html#blendLighten,ColorRGBX,ColorRGBX proc blendLighten(backdrop, source: ColorRGBX): ColorRGBX 128 | ||
nim blendScreen pixie/blends.html#blendScreen,ColorRGBX,ColorRGBX proc blendScreen(backdrop, source: ColorRGBX): ColorRGBX 142 | ||
nim blendColorDodge pixie/blends.html#blendColorDodge,ColorRGBX,ColorRGBX proc blendColorDodge(backdrop, source: ColorRGBX): ColorRGBX 158 | ||
nim blendOverlay pixie/blends.html#blendOverlay,ColorRGBX,ColorRGBX proc blendOverlay(backdrop, source: ColorRGBX): ColorRGBX 175 | ||
nim blendSoftLight pixie/blends.html#blendSoftLight,ColorRGBX,ColorRGBX proc blendSoftLight(backdrop, source: ColorRGBX): ColorRGBX 181 | ||
nim blendHardLight pixie/blends.html#blendHardLight,ColorRGBX,ColorRGBX proc blendHardLight(backdrop, source: ColorRGBX): ColorRGBX 184 | ||
nim blendDifference pixie/blends.html#blendDifference,ColorRGBX,ColorRGBX proc blendDifference(backdrop, source: ColorRGBX): ColorRGBX 190 | ||
nim blendExclusion pixie/blends.html#blendExclusion,ColorRGBX,ColorRGBX proc blendExclusion(backdrop, source: ColorRGBX): ColorRGBX 206 | ||
nim blendColor pixie/blends.html#blendColor,ColorRGBX,ColorRGBX proc blendColor(backdrop, source: ColorRGBX): ColorRGBX 215 | ||
nim blendLuminosity pixie/blends.html#blendLuminosity,ColorRGBX,ColorRGBX proc blendLuminosity(backdrop, source: ColorRGBX): ColorRGBX 218 | ||
nim blendHue pixie/blends.html#blendHue,ColorRGBX,ColorRGBX proc blendHue(backdrop, source: ColorRGBX): ColorRGBX 221 | ||
nim blendSaturation pixie/blends.html#blendSaturation,ColorRGBX,ColorRGBX proc blendSaturation(backdrop, source: ColorRGBX): ColorRGBX 224 | ||
nim blendMask pixie/blends.html#blendMask,ColorRGBX,ColorRGBX proc blendMask(backdrop, source: ColorRGBX): ColorRGBX 227 | ||
nim blendSubtractMask pixie/blends.html#blendSubtractMask,ColorRGBX,ColorRGBX proc blendSubtractMask(backdrop, source: ColorRGBX): ColorRGBX 234 | ||
nim blendExcludeMask pixie/blends.html#blendExcludeMask,ColorRGBX,ColorRGBX proc blendExcludeMask(backdrop, source: ColorRGBX): ColorRGBX 241 | ||
nim blender pixie/blends.html#blender,BlendMode proc blender(blendMode: BlendMode): Blender 275 |
Oops, something went wrong.