Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PixelFarm
Agg
Imaging
MyColor
C# Class PixelFarm.Agg.Imaging.MyColor
Show file
Open project: prepare/HTML-Renderer
Class Usage Examples
Public Properties
Property
Type
Description
a
byte
b
byte
g
byte
r
byte
Public Methods
Method
Description
MyColor
(
byte
r
,
byte
g
,
byte
b
,
byte
a
)
ToString
( ) :
string
Method Details
MyColor()
public
method
public
MyColor
(
byte
r
,
byte
g
,
byte
b
,
byte
a
)
r
byte
g
byte
b
byte
a
byte
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
a
public property
public
byte
a
return
byte
b
public property
public
byte
b
return
byte
g
public property
public
byte
g
return
byte
r
public property
public
byte
r
return
byte