mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-19 14:58:54 +01:00
Update content of files
This commit is contained in:
parent
f9ab85f299
commit
2a6924144d
11 changed files with 72 additions and 100 deletions
|
@ -76,7 +76,7 @@
|
|||
<p>The color palettes is identified by an <code>id</code> (not by an RGB24 color); use <a href="/method/help.getPeerProfileColors">help.getPeerProfileColors</a> to obtain all color palettes (represented by <a href="/constructor/help.peerColorOption">help.peerColorOption</a> constructors) that can be used in the background of a profile page, and use <a href="/method/help.getPeerColors">help.getPeerColors</a> to obtain all color palettes that can be used in message accents. </p>
|
||||
<p>A color palette is represented by a <a href="/constructor/help.peerColorOption">help.peerColorOption</a> constructor: the palette ID is contained in <code>color_id</code>; the palette for light mode is contained in the <code>colors</code> field, the palette for dark mode is contained in the <code>dark_colors</code> field.<br>
|
||||
If the <code>hidden</code> flag is set it should not be displayed as an option to the user when choosing a palette to use in the profile page or in message accents. </p>
|
||||
<p>The actual colors that should be used are contained either in a <a href="/constructor/help.peerColorSet">help.peerColorSet</a> or in a <a href="/constructor/help.peerColorProfileSet">help.peerColorProfileSet</a>, see the relative constructor pages for more info. </p>
|
||||
<p>The actual colors that should be used are contained either in a <a href="/constructor/help.peerColorSet">help.peerColorSet</a> (returned by <a href="/method/help.getPeerColors">help.getPeerColors</a>, containing a palette for message accents) or in a <a href="/constructor/help.peerColorProfileSet">help.peerColorProfileSet</a> (returned by <a href="/method/help.getPeerColors">help.getPeerColors</a> containing a palette for profile pages), see the relative constructor pages for more info. </p>
|
||||
<p>Use <a href="/method/account.getDefaultBackgroundEmojis">account.getDefaultBackgroundEmojis</a> to obtain a list of IDs of <a href="/api/custom-emoji">custom emojis</a> that can be used in a palette background. </p>
|
||||
<p>All custom emojis in <a href="/api/custom-emoji">custom emoji stickersets »</a> with <code>text_color</code> flag set can also be used for the same purpose. </p>
|
||||
<p>Use <a href="/method/account.updateColor">account.updateColor</a> to update the color palette of the current account's message accents and/or profile page; note that the current account must be subscribed to <a href="/api/premium">Telegram Premium</a> in order to call the method.<br>
|
||||
|
|
|
@ -4,38 +4,26 @@
|
|||
<meta charset="utf-8">
|
||||
<title>help.peerColorOption</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
<meta property="description" content="Contains info about a color palette ».
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
hidden
|
||||
flags.0?true
|
||||
|
||||
color_id
|
||||
int
|
||||
|
||||
colors
|
||||
…">
|
||||
hidden…">
|
||||
<meta property="og:title" content="help.peerColorOption">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
<meta property="og:description" content="Contains info about a color palette ».
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
hidden
|
||||
flags.0?true
|
||||
|
||||
color_id
|
||||
int
|
||||
|
||||
colors
|
||||
…">
|
||||
hidden…">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -70,7 +58,8 @@ colors
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/help.peerColorOption" >help.peerColorOption</a></li></ul></div>
|
||||
<h1 id="dev_page_title">help.peerColorOption</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Contains info about a <a href="/api/colors">color palette »</a>. </p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 167 <b class="caret"></b></a>
|
||||
|
@ -101,22 +90,22 @@ colors
|
|||
<tr>
|
||||
<td><strong>hidden</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether this palette should not be displayed as an option to the user when choosing a palette to apply to profile pages or message accents.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>color_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Palette ID.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>colors</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/help.PeerColorSet">help.PeerColorSet</a></td>
|
||||
<td> </td>
|
||||
<td>Light mode palette</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>dark_colors</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/help.PeerColorSet">help.PeerColorSet</a></td>
|
||||
<td> </td>
|
||||
<td>Dark mode palette</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,38 +4,22 @@
|
|||
<meta charset="utf-8">
|
||||
<title>help.peerColorProfileSet</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
<meta property="description" content="Represents a color palette that can be used in profile pages ».
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
palette_colors
|
||||
Vector<int>
|
||||
|
||||
bg_colors
|
||||
Vector<int>
|
||||
|
||||
story_colors
|
||||
Vector<int>
|
||||
|
||||
Type
|
||||
…">
|
||||
Vector<int>…">
|
||||
<meta property="og:title" content="help.peerColorProfileSet">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
<meta property="og:description" content="Represents a color palette that can be used in profile pages ».
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
palette_colors
|
||||
Vector<int>
|
||||
|
||||
bg_colors
|
||||
Vector<int>
|
||||
|
||||
story_colors
|
||||
Vector<int>
|
||||
|
||||
Type
|
||||
…">
|
||||
Vector<int>…">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -70,7 +54,8 @@ Type
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/help.peerColorProfileSet" >help.peerColorProfileSet</a></li></ul></div>
|
||||
<h1 id="dev_page_title">help.peerColorProfileSet</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Represents a <a href="/api/colors">color palette that can be used in profile pages »</a>. </p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 167 <b class="caret"></b></a>
|
||||
|
@ -96,17 +81,17 @@ Type
|
|||
<tr>
|
||||
<td><strong>palette_colors</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/int">int</a>></td>
|
||||
<td> </td>
|
||||
<td>A list of 1-2 colors in RGB format, shown in the color palette settings to describe the current palette.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>bg_colors</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/int">int</a>></td>
|
||||
<td> </td>
|
||||
<td>A list of 1-2 colors in RGB format describing the colors used to generate the actual background used in the profile page.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>story_colors</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/int">int</a>></td>
|
||||
<td> </td>
|
||||
<td>A list of 2 colors in RGB format describing the colors of the gradient used for the unread active story indicator around the profile photo.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,24 @@
|
|||
<meta charset="utf-8">
|
||||
<title>help.peerColorSet</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
<meta property="description" content="Represents a color palette that can be used in message accents ».
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
colors
|
||||
Vector<int>
|
||||
|
||||
Type
|
||||
help.PeerColorSet">
|
||||
Type…">
|
||||
<meta property="og:title" content="help.peerColorSet">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
<meta property="og:description" content="Represents a color palette that can be used in message accents ».
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
colors
|
||||
Vector<int>
|
||||
|
||||
Type
|
||||
help.PeerColorSet">
|
||||
Type…">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +56,8 @@ help.PeerColorSet">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/help.peerColorSet" >help.peerColorSet</a></li></ul></div>
|
||||
<h1 id="dev_page_title">help.peerColorSet</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Represents a <a href="/api/colors">color palette that can be used in message accents »</a>. </p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 167 <b class="caret"></b></a>
|
||||
|
@ -84,7 +83,7 @@ help.PeerColorSet">
|
|||
<tr>
|
||||
<td><strong>colors</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/int">int</a>></td>
|
||||
<td> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,24 @@
|
|||
<meta charset="utf-8">
|
||||
<title>help.peerColors</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
<meta property="description" content="Contains info about multiple color palettes ».
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
int
|
||||
Hash for pagination, for more info click here
|
||||
colors
|
||||
Vector<help.PeerColorOption>…">
|
||||
Hash for pagination, for more info…">
|
||||
<meta property="og:title" content="help.peerColors">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
<meta property="og:description" content="Contains info about multiple color palettes ».
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
int
|
||||
Hash for pagination, for more info click here
|
||||
colors
|
||||
Vector<help.PeerColorOption>…">
|
||||
Hash for pagination, for more info…">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +56,8 @@ Vector<help.PeerColorOption>…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/help.peerColors" >help.peerColors</a></li></ul></div>
|
||||
<h1 id="dev_page_title">help.peerColors</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Contains info about multiple <a href="/api/colors">color palettes »</a>. </p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 167 <b class="caret"></b></a>
|
||||
|
@ -89,7 +88,7 @@ Vector<help.PeerColorOption>…">
|
|||
<tr>
|
||||
<td><strong>colors</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/help.PeerColorOption">help.PeerColorOption</a>></td>
|
||||
<td> </td>
|
||||
<td>Usable <a href="/api/colors">color palettes</a>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,13 +4,15 @@
|
|||
<meta charset="utf-8">
|
||||
<title>help.peerColorsNotModified</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
<meta property="description" content="The list of color palettes has not changed.
|
||||
Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
help.PeerColors">
|
||||
<meta property="og:title" content="help.peerColorsNotModified">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
<meta property="og:description" content="The list of color palettes has not changed.
|
||||
Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
help.PeerColors">
|
||||
|
@ -48,7 +50,8 @@ help.PeerColors">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/help.peerColorsNotModified" >help.peerColorsNotModified</a></li></ul></div>
|
||||
<h1 id="dev_page_title">help.peerColorsNotModified</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The list of color palettes has not changed.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 167 <b class="caret"></b></a>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/help.getPeerColors" >help.getPeerColors</a></li></ul></div>
|
||||
<h1 id="dev_page_title">help.getPeerColors</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Get the set of <a href="/api/colors">accent color palettes »</a> that can be used for messages</p>
|
||||
<div id="dev_page_content"><p>Get the set of <a href="/api/colors">accent color palettes »</a> that can be used for message accents.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/help.getPeerProfileColors" >help.getPeerProfileColors</a></li></ul></div>
|
||||
<h1 id="dev_page_title">help.getPeerProfileColors</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Get the set of <a href="/api/colors">accent color palettes »</a> that can be used for profiles</p>
|
||||
<div id="dev_page_content"><p>Get the set of <a href="/api/colors">accent color palettes »</a> that can be used in profile page backgrounds.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
|
|
@ -4,14 +4,16 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Help.PeerColorOption</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
<meta property="description" content="Contains info about a color palette ».
|
||||
Constructors
|
||||
Constructor
|
||||
Description
|
||||
help.peerColorOption
|
||||
">
|
||||
<meta property="og:title" content="Help.PeerColorOption">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
<meta property="og:description" content="Contains info about a color palette ».
|
||||
Constructors
|
||||
Constructor
|
||||
Description
|
||||
help.peerColorOption
|
||||
|
@ -50,7 +52,8 @@ help.peerColorOption
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/help.PeerColorOption" >Help.PeerColorOption</a></li></ul></div>
|
||||
<h1 id="dev_page_title">Help.PeerColorOption</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Contains info about a <a href="/api/colors">color palette »</a>. </p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 167 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,22 +4,22 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Help.PeerColorSet</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
<meta property="description" content="Contains info about a color palette ».
|
||||
Constructors
|
||||
Constructor
|
||||
Description
|
||||
help.peerColorSet
|
||||
|
||||
help.peerColorProfileSet
|
||||
">
|
||||
help.peerColorProfileSet…">
|
||||
<meta property="og:title" content="Help.PeerColorSet">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
<meta property="og:description" content="Contains info about a color palette ».
|
||||
Constructors
|
||||
Constructor
|
||||
Description
|
||||
help.peerColorSet
|
||||
|
||||
help.peerColorProfileSet
|
||||
">
|
||||
help.peerColorProfileSet…">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -54,7 +54,8 @@ help.peerColorProfileSet
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/help.PeerColorSet" >Help.PeerColorSet</a></li></ul></div>
|
||||
<h1 id="dev_page_title">Help.PeerColorSet</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Contains info about a <a href="/api/colors">color palette »</a>. </p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 167 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,30 +4,22 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Help.PeerColors</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
<meta property="description" content="Contains info about multiple color palettes ».
|
||||
Constructors
|
||||
Constructor
|
||||
Description
|
||||
help.peerColorsNotModified
|
||||
|
||||
help.peerColors
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
help.getPeerColors…">
|
||||
help.peerColors…">
|
||||
<meta property="og:title" content="Help.PeerColors">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
<meta property="og:description" content="Contains info about multiple color palettes ».
|
||||
Constructors
|
||||
Constructor
|
||||
Description
|
||||
help.peerColorsNotModified
|
||||
|
||||
help.peerColors
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
help.getPeerColors…">
|
||||
help.peerColors…">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -62,7 +54,8 @@ help.getPeerColors…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/help.PeerColors" >Help.PeerColors</a></li></ul></div>
|
||||
<h1 id="dev_page_title">Help.PeerColors</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Contains info about multiple <a href="/api/colors">color palettes »</a>. </p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 167 <b class="caret"></b></a>
|
||||
|
|
Loading…
Add table
Reference in a new issue