|
| ColorPicker (int xstart, int ystart, int width, int height, ColorObject colorObj, List< string > atoms, string residue="All", string chain="All", string title="Color Picker", int caller=-1) |
|
| ColorPicker (Rect r, ColorObject colorObj, List< string > atoms, string residue="All", string chain="All", string title="Color Picker", int caller=-1) |
|
void | SwitchEnable (int caller) |
|
void | OnGUI () |
|
void | loadColor (int a) |
|
|
Texture2D | m_aTexture |
|
Rect | m_text_area = new Rect(5, 45, 228, 228) |
|
Rect | m_close_area = new Rect(5, 20, 50, 20) |
|
Rect | m_r_area = new Rect(60, 20, 50, 20) |
|
Rect | m_g_area = new Rect(115, 20, 50, 20) |
|
Rect | m_b_area = new Rect(170, 20, 50, 20) |
|
int | m_r_value = 255 |
|
int | m_g_value = 255 |
|
int | m_b_value = 255 |
|
Rect | m_activeArea |
|
Rect | m_rect |
|
string | m_title |
|
bool | m_enabled |
|
int | callId |
|
List< string > | m_atoms = new List<string>() |
|
string | m_residue = "All" |
|
string | m_chain = "All" |
|
Camera | mainCamera = null |
|
ColorObject | m_colorObj |
|
Definition at line 74 of file ColorPicker.cs.
ColorPicker.ColorPicker |
( |
int |
xstart, |
|
|
int |
ystart, |
|
|
int |
width, |
|
|
int |
height, |
|
|
ColorObject |
colorObj, |
|
|
List< string > |
atoms, |
|
|
string |
residue = "All" , |
|
|
string |
chain = "All" , |
|
|
string |
title = "Color Picker" , |
|
|
int |
caller = -1 |
|
) |
| |
ColorPicker.ColorPicker |
( |
Rect |
r, |
|
|
ColorObject |
colorObj, |
|
|
List< string > |
atoms, |
|
|
string |
residue = "All" , |
|
|
string |
chain = "All" , |
|
|
string |
title = "Color Picker" , |
|
|
int |
caller = -1 |
|
) |
| |
void ColorPicker.loadColor |
( |
int |
a | ) |
|
void ColorPicker.OnGUI |
( |
| ) |
|
void ColorPicker.SwitchEnable |
( |
int |
caller | ) |
|
bool ColorPicker.changed = false |
Rect ColorPicker.m_activeArea |
|
private |
Texture2D ColorPicker.m_aTexture |
|
private |
List<string> ColorPicker.m_atoms = new List<string>() |
|
private |
Rect ColorPicker.m_b_area = new Rect(170, 20, 50, 20) |
|
private |
int ColorPicker.m_b_value = 255 |
|
private |
string ColorPicker.m_chain = "All" |
|
private |
Rect ColorPicker.m_close_area = new Rect(5, 20, 50, 20) |
|
private |
bool ColorPicker.m_enabled |
|
private |
Rect ColorPicker.m_g_area = new Rect(115, 20, 50, 20) |
|
private |
int ColorPicker.m_g_value = 255 |
|
private |
Rect ColorPicker.m_r_area = new Rect(60, 20, 50, 20) |
|
private |
int ColorPicker.m_r_value = 255 |
|
private |
string ColorPicker.m_residue = "All" |
|
private |
Rect ColorPicker.m_text_area = new Rect(5, 45, 228, 228) |
|
private |
string ColorPicker.m_title |
|
private |
Camera ColorPicker.mainCamera = null |
|
private |
The documentation for this class was generated from the following file: