Skip to main content

TcxColorValueFormat Enum

Declaration

TcxColorValueFormat = (
    cxcvRGB,
    cxcvHexadecimal,
    cxcvInteger
);

Members

Name
cxcvRGB
cxcvHexadecimal
cxcvInteger
See Also