Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9215991
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T02:19:27+00:00 2026-06-18T02:19:27+00:00

I am having a little trouble figuring out what this image format means: B8G8R8A8_UNorm

  • 0

I am having a little trouble figuring out what this image format means: B8G8R8A8_UNorm in directX. Is this 8bits per color channel? Does that mean that if you had the color 0xAABBCCFF, for example then the color would be:

  • B = AA
  • G = BB
  • R = CC
  • A = DD

, which is some sort of gray? How does this compare to R32G32B32A32_float for example?

For example. I am looking at the image in HxD, to see the hex. The first 8 bytes (after the head) are:

FB 52 6F 3F

Which is green. But then if I load the picture into Gimp, and look at the pixel, the pixel is pink (#FFF8B5B5 => ARGB). So not even one color channel is the same!

How could this be? What exactly does the B8G8R8A8_UNorm mean? And how can I put it into the same format as a normal image processing program would use? (ie. R = F8, G = B5, B = b5, A = FF for this example)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T02:19:28+00:00Added an answer on June 18, 2026 at 2:19 am

    No, you’re looking at it in the wrong order. It goes:

    8-bit Blue, 8-bit Green, 8-Bit Red, 8-bit Alpha. 
    

    You would reverse this to get:

    3F 6F 52 FB
    ^A ^R ^G ^B
    

    In C#:

    Color c = Color.FromArgb(0x6F, 0x52, 0xFB); // Pink.
                              ^R     ^G    ^B
    

    This results in #FF6F52FB, which is also different to Gimp. I’m going to assume the UNorm flag makes tiny adjustments to this. Perhaps it slightly lightens it.

    It’s not fully Pink.. but a weird Pink’ish color.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This seems possible, but I'm having a little trouble figuring out how to implement
I’m having a little trouble figuring this one out. I’m fairly new to C#,
I'm having a little trouble figuring out a fast way to accomplish a (seemingly)
I'm having a little trouble figuring out how to call the Parallel.ForEach with a
So I'm having a little trouble figuring out the best way parallelizing these for
I'm having a little trouble figuring out which selector or selector hierarchy I should
I'm having some trouble figuring out the best way to do this, and I
I'm having trouble figuring this one out. The situation is no difficult to imagine
Having a little trouble in getting image attachment urls in wordpress. This is my
This probably has a very simple answer, but I'm having trouble figuring it out...

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.