Sandbox Logo

Color.IsRepresentableInHex

bool IsRepresentableInHex { get; set; }

Description

Returns true if this color can be represented in hexadecimal format (#RRGGBB[AA]). This may not be the case if the color components are outside of [0,1] range.

Return

User Comments