Property | Type | Description | |
---|---|---|---|
DefaultTransparentColor | string |
Method | Description | |
---|---|---|
ConvertToXPM ( |
Cicles an _srcTexture list object to convert contained images into xpm at the same time we add converted images into an arraylist that lets us to retrieve images later. Uses the DefaultTransparentColor.
|
|
ConvertToXPM ( |
Cicles an _srcTexture list object to convert contained images into xpm at the same time we add converted images into an arraylist that lets us to retrieve images later
|
|
ConvertToXPM ( |
Converts Bitmap images to XPM data for use with ARCed.Scintilla. Warning: images with more than (around) 50 colors will generate incorrect XPM. Uses the DefaultTransparentColor.
|
|
ConvertToXPM ( |
Converts Bitmap images to XPM data for use with ARCed.Scintilla. Warning: images with more than (around) 50 colors will generate incorrect XPM tColor: specified transparent color in format: "#00FF00".
|
public static ConvertToXPM ( |
||
imageList | The _srcTexture list to transform. | |
return | List |
public static ConvertToXPM ( |
||
imageList | The _srcTexture list to transform. | |
transparentColor | string | The overriding transparent Color |
return | List |
public static ConvertToXPM ( |
||
bmp | The _srcTexture to transform. | |
return | string |
public static ConvertToXPM ( |
||
bmp | The _srcTexture to transform. | |
transparentColor | string | The overriding transparent Color |
return | string |