- Posts: 67
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about iOS development and PDF
Highlighted text is becoming black when highlightcolor set to white.
- apdeveloper
- Topic Author
- Offline
- Senior Member
-
Less
More
IP: 114.143.38.45
6 years 10 months ago - 6 years 10 months ago #14380
by apdeveloper
I have set highlight color as white color below is the code in swift. But the hightlight text becomes black color text when highlighted rest other annotation underline and strikeout those colour are white and working properly.
let white:UInt32 = 0x22222222
//Highlight color setting
plugin.setColor(Int32(bitPattern:white), forFeature: 4)
//Underline color setting
plugin.setColor(Int32(bitPattern:white), forFeature: 2)
Underline is properly working while hightlight color is not working i have attached the document as well
let white:UInt32 = 0x22222222
//Highlight color setting
plugin.setColor(Int32(bitPattern:white), forFeature: 4)
//Underline color setting
plugin.setColor(Int32(bitPattern:white), forFeature: 2)
Underline is properly working while hightlight color is not working i have attached the document as well
Last edit: 6 years 10 months ago by apdeveloper.
IP: 111.196.245.60
6 years 10 months ago #14382
by radaee
Replied by radaee on topic Highlighted text is becoming black when highlightcolor set to white.
0x22222222 is dark gray.
color blending of highlight, is not normal blending, it always make color darker.
color blending of highlight, is not normal blending, it always make color darker.
- apdeveloper
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 67
- Thank you received: 0
IP: 114.143.88.94
6 years 10 months ago #14384
by apdeveloper
Replied by apdeveloper on topic Highlighted text is becoming black when highlightcolor set to white.
Dear Team,
Thank you for you reply.
Can you please share me white color code for hightlighting the text.
Thank you for you reply.
Can you please share me white color code for hightlighting the text.
IP: 212.97.62.176
6 years 10 months ago #14387
by emanuele
Replied by emanuele on topic Highlighted text is becoming black when highlightcolor set to white.
Hi,
white color is 0xFFFFFFFF, it is ARGB format.
white color is 0xFFFFFFFF, it is ARGB format.
- apdeveloper
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 67
- Thank you received: 0
IP: 114.143.90.14
6 years 9 months ago #14401
by apdeveloper
Replied by apdeveloper on topic Highlighted text is becoming black when highlightcolor set to white.
Dear Team,
Thank you your reply problem was resolved.
Thank you your reply problem was resolved.
Time to create page: 0.404 seconds