diff options
author | chai <chaifix@163.com> | 2019-06-08 08:34:52 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-06-08 08:34:52 +0800 |
commit | d7a972a0f16da0fd7bf4c0b70913920216ff3113 (patch) | |
tree | a9146629cbf513200462c3f1223a9e07f3e01862 /source/modules/asura-core/image/image_data.h | |
parent | 8bfe54676f728076a92d802bb5d064e58265c8f2 (diff) |
*misc
Diffstat (limited to 'source/modules/asura-core/image/image_data.h')
-rw-r--r-- | source/modules/asura-core/image/image_data.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/modules/asura-core/image/image_data.h b/source/modules/asura-core/image/image_data.h index b05507a..c377407 100644 --- a/source/modules/asura-core/image/image_data.h +++ b/source/modules/asura-core/image/image_data.h @@ -14,7 +14,7 @@ namespace AsuraEngine { - namespace Graphics + namespace Image { class ImageDecoder; @@ -36,12 +36,12 @@ namespace AsuraEngine void Lock(); void Unlock(); - Color GetPixel(uint x, uint y); + AEGraphics::Color GetPixel(uint x, uint y); //----------------------------------------------------------------------------// uint width, height; // سߴ - ColorFormat format; // ʽ + AEGraphics::ColorFormat format; // ʽ byte* pixels; // std::size_t size; // ݳ @@ -80,6 +80,6 @@ namespace AsuraEngine } } -namespace AEGraphics = AsuraEngine::Graphics; +namespace AEImage = AsuraEngine::Image; #endif
\ No newline at end of file |