{
  "id": "Schema.describecolorresult",
  "nodeType": "class",
  "name": "DescribeColorResult",
  "namespace": "Schema",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "DescribeColorResult",
    "textToLower": "describecolorresult",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_DescribeColorResult_-1:0"
  },
  "order": 0,
  "memberOrder": 0,
  "accessModifier": {
    "type": "keyword.modifier.access",
    "text": "global",
    "textToLower": "global",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.access_global_-1:0"
  },
  "sharingModifier": {
    "type": "keyword.modifier.sharing",
    "text": "without sharing",
    "textToLower": "without sharing",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.sharing_without sharing_-1:0"
  },
  "description": "Contains color metadata information for a tab.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_schema_describecolorresult.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getcolor()": {
      "id": "Schema.describecolorresult.method.getcolor()",
      "nodeType": "method",
      "name": "getColor",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getColor",
        "textToLower": "getcolor",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getColor_-1:0"
      },
      "parentId": "Schema.describecolorresult",
      "order": 1,
      "memberOrder": 1,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public String getColor()",
      "overrideSignature": "public override String getColor()",
      "simplifiedSignature": "getColor()",
      "datatype": {
        "id": "Schema.describecolorresult.getcolor.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "Schema.describecolorresult.getcolor",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the Web RGB color code, such as 00FF00.",
      "parentName": "DescribeColorResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getcontext()": {
      "id": "Schema.describecolorresult.method.getcontext()",
      "nodeType": "method",
      "name": "getContext",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getContext",
        "textToLower": "getcontext",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getContext_-1:0"
      },
      "parentId": "Schema.describecolorresult",
      "order": 2,
      "memberOrder": 2,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public String getContext()",
      "overrideSignature": "public override String getContext()",
      "simplifiedSignature": "getContext()",
      "datatype": {
        "id": "Schema.describecolorresult.getcontext.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "Schema.describecolorresult.getcontext",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the color context. The context determines whether the color is the main color for the tab or not.",
      "parentName": "DescribeColorResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "gettheme()": {
      "id": "Schema.describecolorresult.method.gettheme()",
      "nodeType": "method",
      "name": "getTheme",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getTheme",
        "textToLower": "gettheme",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getTheme_-1:0"
      },
      "parentId": "Schema.describecolorresult",
      "order": 3,
      "memberOrder": 3,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public String getTheme()",
      "overrideSignature": "public override String getTheme()",
      "simplifiedSignature": "getTheme()",
      "datatype": {
        "id": "Schema.describecolorresult.gettheme.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "Schema.describecolorresult.gettheme",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the color theme.",
      "parentName": "DescribeColorResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 3,
  "queries": []
}