color format?

B

Bre-x

what color format use ms access?
for example ms frontpage use Hexadecimal:

<body bgcolor="#FFE4C4">
 
M

Michel Walsh

Hi,


RGB( red As Byte, green As Byte, blue As Byte).


Negative color are resolved through a call to OLEAUT32 (TranslateColor,
see AllApi for an example).


I don't think Access supports the Alpha channel, the fourth (first) byte
with a color depth of 32 bits.


Hoping it may help,
Vanderghast, Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top