Skip to main content
rjoshicool
Inspiring
March 15, 2012
Answered

Colored QR code generator in AS3

  • March 15, 2012
  • 2 replies
  • 1732 views

I need to generate colored QR codes in AS3. Is their any library available for that? Can zxing do this?

This topic has been closed for replies.
Correct answer Patel Bharat

Use Zxing API with Flex / Flash builder. In the API code there is an method named 'setPixel( .. ) , pass color value (whatever color you want to set) in its argunment.

2 replies

Participant
September 17, 2021

Code

 

Patel Bharat
Patel BharatCorrect answer
Inspiring
March 16, 2012

Use Zxing API with Flex / Flash builder. In the API code there is an method named 'setPixel( .. ) , pass color value (whatever color you want to set) in its argunment.