Method | Description | |
---|---|---|
Build ( int size, bool isSymmetry = true ) : |
||
FixedSeed ( bool fixedSeed, string seed ) : |
||
ImageToBuffer ( Image image, |
||
SetAsymmetry ( bool isSymmetry = true ) : |
||
SetBlockSize ( int blockSize ) : |
||
SetFontColor ( Color fontColor ) : |
||
SetPadding ( int padding ) : |
||
ToBytes ( ) : byte[] | ||
ToImage ( ) : Image |
Method | Description | |
---|---|---|
RandomAvatarBuilder ( int size, bool isSymmetry = true ) : System |
public static Build ( int size, bool isSymmetry = true ) : |
||
size | int | |
isSymmetry | bool | |
return |
public FixedSeed ( bool fixedSeed, string seed ) : |
||
fixedSeed | bool | |
seed | string | |
return |
public static ImageToBuffer ( Image image, |
||
image | Image | |
imageFormat | ||
return | byte[] |
public SetAsymmetry ( bool isSymmetry = true ) : |
||
isSymmetry | bool | |
return |
public SetBlockSize ( int blockSize ) : |
||
blockSize | int | |
return |
public SetFontColor ( Color fontColor ) : |
||
fontColor | Color | |
return |
public SetPadding ( int padding ) : |
||
padding | int | |
return |