projects
/
creepyrobot
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DeepSky.Haze
/
DS_SamplingQuality.cs
blob: 5ac91e51cce11bbd87fac1bcf1949feb33534387 (
plain
)
1
2
3
4
5
6
7
8
9
namespace DeepSky.Haze; public enum DS_SamplingQuality { x4, x8, x16, x32 }