__construct() __construct(int $red, int $green, int $blue) : mixed Parameters int $red the red amount of the color, 0 to 255 int $green the green amount of the color, 0 to 255 int $blue the blue amount of the color, 0 to 255 Returns mixed —
toRgb() toRgb() : \BaconQrCode\Renderer\Color\Rgb Converts the color to RGB. Returns \BaconQrCode\Renderer\Color\Rgb —
toCmyk() toCmyk() : \BaconQrCode\Renderer\Color\Cmyk Converts the color to CMYK. Returns \BaconQrCode\Renderer\Color\Cmyk —
toGray() toGray() : \BaconQrCode\Renderer\Color\Gray Converts the color to gray. Returns \BaconQrCode\Renderer\Color\Gray —