POST api/ApiViewer?color={color}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
color | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ColorName | Description | Type | Additional information |
---|---|---|---|
R | byte |
None. |
|
G | byte |
None. |
|
B | byte |
None. |
|
A | byte |
None. |
|
IsKnownColor | boolean |
None. |
|
IsEmpty | boolean |
None. |
|
IsNamedColor | boolean |
None. |
|
IsSystemColor | boolean |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
""
application/xml, text/xml
Sample:
<Color xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.Drawing"> <knownColor>0</knownColor> <name i:nil="true" /> <state>0</state> <value>0</value> </Color>