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

  • Home
  • SEARCH
  • 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 5969113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:11:04+00:00 2026-05-22T20:11:04+00:00

Okay bit shifting is still a bit weird to me. I’ve got a 16bit

  • 0

Okay bit shifting is still a bit weird to me.

I’ve got a 16bit value. The first 15 bits are colors and the last bit is alpha.

I have done this with 24 and 32 bit colors no problem as they are nice byte size’s to deal with, but I cant seem to get this to work with 15/16 bits.

This is what I’ve done in the past, with 24/32 bit colors

(m_colorValue >> RED_CHANNEL) & 0xFF;

I’m trying to split the value into 4 values. 3 5 bit color values and 1 alpha value.
I don’t know what mask I should be using.

Thanks.

  • 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-05-22T20:11:05+00:00Added an answer on May 22, 2026 at 8:11 pm

    If I understand correctly:

    red = (packed >> 0) & 0x1F;
    green = (packed >> 5) & 0x1F;
    blue = (packed >> 10) & 0x1F;
    alpha = (packed >> 15) & 0x01;
    

    packed should better be an unsigned and I’m probably off for the order.

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

Sidebar

Related Questions

Okay, got a question. I have assembled a bit mask for options. Basically my
I have the following arrays in PHP (okay they are a bit bigger but
Okay I have updated my code quite a bit. I am getting a new
Okay, I have done a bit of searching online and found this thread, but
Okay, if I have a html document that looks a bit like this: <div
Okay so I have two import pieces of code involved in this. This first
UPDATE: Solved, i'm an idiot, thank you everyone! Okay little bit weird.. I just
Okay, this problem is a bit odd. I have an application built in VS2010
Okay, I have read about regex all day now, and still don't understand it
Okay so first off, Im pretty new to programming, Ive only read a bit

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.