BmpColorBitfield

Hold color mask information

Qualified name:Mike42\GfxPhp\Codec\Bmp\BmpColorBitfield
class BmpColorBitfield
__construct(BmpColorMask $red, BmpColorMask $green, BmpColorMask $blue, BmpColorMask $alpha)
Parameters:
getAlpha()
getBlue()
getGreen()
getRed()
static from16bitDefaults
static from32bitDefaults
static fromRgba(int $r, int $g, int $b, int $a)
Parameters:
  • $r (int) –
  • $g (int) –
  • $b (int) –
  • $a (int) –