Variable Dds.Header.DDPF.b_bit_mask

Blue (or V) mask for reading color data. For instance, given the A8R8G8B8 format, the blue mask would be 0x000000ff.

struct Dds.Header.DDPF
{
  // ...
  uint b_bit_mask ;
  // ...
}