all colors here are on cube's boundary intersected by a skew plane, which makes a hexagon; gives visually distinct categorical colors for things like mesh segments or imported components Generated from class MR.HexPalette. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| static unsafe int | CORNERCOLORS [get] |
| static unsafe int | SIDECOLORS [get] |
| static unsafe int | N [get] |
| static unsafe int | STEP [get] |
| | recommended step from previous color to next color, to have big visual difference, and visit all colors in long run
|
| static unsafe ref readonly MR.Std.Array_MRColor_30 | Colors [get] |
| | the palette colors, populated at compile time
|
all colors here are on cube's boundary intersected by a skew plane, which makes a hexagon; gives visually distinct categorical colors for things like mesh segments or imported components Generated from class MR.HexPalette. This is the const half of the class.
◆ Const_HexPalette() [1/3]
| unsafe MR.Const_HexPalette.Const_HexPalette |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_HexPalette() [2/3]
◆ Const_HexPalette() [3/3]
| MR.Const_HexPalette.Const_HexPalette |
( |
HexPalette | _other | ) |
|
|
inline |
◆ colorAtStep()
| MR.Color MR.Const_HexPalette.colorAtStep |
( |
int | i | ) |
|
|
inlinestatic |
returns the i-th color in stride order, so successive i values give visually distinct colors Generated from method MR.HexPalette.colorAtStep.
◆ Dispose() [1/2]
| virtual void MR.Const_HexPalette.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_HexPalette.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_Colors
| unsafe MR.Std.Array_MRColor_30* MR.Const_HexPalette.__ref_storage_Colors |
|
staticprotected |
◆ __ref_storage_CORNERCOLORS
| unsafe int* MR.Const_HexPalette.__ref_storage_CORNERCOLORS |
|
staticprotected |
◆ __ref_storage_N
| unsafe int* MR.Const_HexPalette.__ref_storage_N |
|
staticprotected |
◆ __ref_storage_SIDECOLORS
| unsafe int* MR.Const_HexPalette.__ref_storage_SIDECOLORS |
|
staticprotected |
◆ __ref_storage_STEP
| unsafe int* MR.Const_HexPalette.__ref_storage_STEP |
|
staticprotected |
◆ Colors
| unsafe ref readonly MR.Std.Array_MRColor_30 MR.Const_HexPalette.Colors |
|
staticget |
the palette colors, populated at compile time
◆ CORNERCOLORS
| unsafe int MR.Const_HexPalette.CORNERCOLORS |
|
staticget |
| unsafe int MR.Const_HexPalette.N |
|
staticget |
◆ SIDECOLORS
| unsafe int MR.Const_HexPalette.SIDECOLORS |
|
staticget |
◆ STEP
| unsafe int MR.Const_HexPalette.STEP |
|
staticget |
recommended step from previous color to next color, to have big visual difference, and visit all colors in long run
The documentation for this class was generated from the following file: