nodeguy/website/docs/api/generated/enums/imageconversionflag.md
Atul R 392aa3cd4c
Adds automatic docs for now (#308)
* adds basic typedoc

* backup

* Adds all docs to source code

* Adds autogenerated docs

* Fixes doc links

* Updates docs
2019-12-29 00:42:06 +05:30

109 lines
1.7 KiB
Markdown

---
id: "imageconversionflag"
title: "ImageConversionFlag"
sidebar_label: "ImageConversionFlag"
---
## Index
### Enumeration members
* [AutoColor](imageconversionflag.md#autocolor)
* [AutoDither](imageconversionflag.md#autodither)
* [AvoidDither](imageconversionflag.md#avoiddither)
* [ColorOnly](imageconversionflag.md#coloronly)
* [DiffuseAlphaDither](imageconversionflag.md#diffusealphadither)
* [DiffuseDither](imageconversionflag.md#diffusedither)
* [MonoOnly](imageconversionflag.md#monoonly)
* [NoFormatConversion](imageconversionflag.md#noformatconversion)
* [NoOpaqueDetection](imageconversionflag.md#noopaquedetection)
* [OrderedAlphaDither](imageconversionflag.md#orderedalphadither)
* [OrderedDither](imageconversionflag.md#ordereddither)
* [PreferDither](imageconversionflag.md#preferdither)
* [ThresholdAlphaDither](imageconversionflag.md#thresholdalphadither)
* [ThresholdDither](imageconversionflag.md#thresholddither)
## Enumeration members
### AutoColor
**AutoColor**: = 0
___
### AutoDither
**AutoDither**: = 0
___
### AvoidDither
**AvoidDither**: = 128
___
### ColorOnly
**ColorOnly**: = 3
___
### DiffuseAlphaDither
**DiffuseAlphaDither**: = 8
___
### DiffuseDither
**DiffuseDither**: = 0
___
### MonoOnly
**MonoOnly**: = 2
___
### NoFormatConversion
**NoFormatConversion**: = 512
___
### NoOpaqueDetection
**NoOpaqueDetection**: = 256
___
### OrderedAlphaDither
**OrderedAlphaDither**: = 4
___
### OrderedDither
**OrderedDither**: = 16
___
### PreferDither
**PreferDither**: = 64
___
### ThresholdAlphaDither
**ThresholdAlphaDither**: = 0
___
### ThresholdDither
**ThresholdDither**: = 32