
Public Member Functions | |
ColorInterpolationKit () | |
Initializes an empty kit. More... | |
ColorInterpolationKit (HPS.ColorInterpolationKit in_kit) | |
Copies the kit in_kit into this kit. More... | |
override void | Dispose () |
override bool | Empty () |
Returns whether this kit has any values currently set on it. More... | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.ColorInterpolationKit in_kit) |
Compares the contents of in_kit and this kit. More... | |
override int | GetHashCode () |
override HPS.Type | ObjectType () |
void | Set (HPS.ColorInterpolationKit in_kit) |
Copies the kit in_kit into this kit. More... | |
HPS.ColorInterpolationKit | SetEdgeColor (bool in_state) |
Controls whether edge colors will be interpolated. More... | |
HPS.ColorInterpolationKit | SetEdgeIndex (bool in_state) |
Controls whether edge index colors will be interpolated. More... | |
HPS.ColorInterpolationKit | SetFaceColor (bool in_state) |
Controls whether face colors will be interpolated. More... | |
HPS.ColorInterpolationKit | SetFaceIndex (bool in_state) |
Controls whether face colors index will be interpolated. More... | |
HPS.ColorInterpolationKit | SetVertexColor (bool in_state) |
Controls whether vertex colors will be interpolated. More... | |
HPS.ColorInterpolationKit | SetVertexIndex (bool in_state) |
Controls whether vertex index colors will be interpolated. More... | |
void | Show (out HPS.ColorInterpolationKit out_kit) |
Copies this kit into out_kit. More... | |
bool | ShowEdgeColor (out bool out_state) |
Shows whether color interpolation for the edge color is set More... | |
bool | ShowEdgeIndex (out bool out_state) |
Shows whether color index interpolation for the edge index is set More... | |
bool | ShowFaceColor (out bool out_state) |
Shows whether color interpolation for the face color is set More... | |
bool | ShowFaceIndex (out bool out_state) |
Shows whether color index interpolation for the face index is set More... | |
bool | ShowVertexColor (out bool out_state) |
Shows whether color interpolation for the vertex color is set More... | |
bool | ShowVertexIndex (out bool out_state) |
Shows whether color index interpolation for the vertex index is set More... | |
HPS.ColorInterpolationKit | UnsetEdgeColor () |
Removes the edge color interpolation setting. More... | |
HPS.ColorInterpolationKit | UnsetEdgeIndex () |
Removes the edge index color interpolation setting. More... | |
HPS.ColorInterpolationKit | UnsetEverything () |
Unsets all settings in this kit. More... | |
HPS.ColorInterpolationKit | UnsetFaceColor () |
Removes the face color interpolation setting. More... | |
HPS.ColorInterpolationKit | UnsetFaceIndex () |
Removes the face index color interpolation setting. More... | |
HPS.ColorInterpolationKit | UnsetVertexColor () |
Removes the vertex color interpolation setting. More... | |
HPS.ColorInterpolationKit | UnsetVertexIndex () |
Removes the vertex index color interpolation setting. More... | |
![]() | |
override void | Dispose () |
Kit (HPS.Kit in_that) | |
override HPS.Type | ObjectType () |
override HPS.Type | Type () |
This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More... | |
![]() | |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
Returns the object's database handle, which can be used to determine which instance of a class the object is. For example, controls are simply aliases for segment keys that group related functions. Therefore, a SegmentKey and all of its controls would return the same instance id. Different keys and controls will return the same value if they are backed by the same database resource. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
Object (HPS.Object that) | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
Static Public Member Functions | |
static HPS.ColorInterpolationKit | GetDefault () |
static bool | operator!= (HPS.ColorInterpolationKit a, HPS.ColorInterpolationKit b) |
static bool | operator== (HPS.ColorInterpolationKit a, HPS.ColorInterpolationKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
The HPS.ColorInterpolationKit class is a user space object, useful for carrying a group attribute settings. Calling HPS.ColorInterpolationKit.GetDefault() will return a kit with values found in this table.
Constructor & Destructor Documentation
|
inline |
Initializes an empty kit.
|
inline |
Copies the kit in_kit into this kit.
Member Function Documentation
|
inlinevirtual |
Returns whether this kit has any values currently set on it.
Reimplemented from HPS.Object.
|
inline |
Compares the contents of in_kit and this kit.
|
inline |
Copies the kit in_kit into this kit.
|
inline |
Controls whether edge colors will be interpolated.
- Parameters
-
in_state Whether edge colors will be interpolated.
- Returns
- a reference to this object.
|
inline |
Controls whether edge index colors will be interpolated.
- Parameters
-
in_state Whether edge index colors will be interpolated.
- Returns
- a reference to this object.
|
inline |
Controls whether face colors will be interpolated.
- Parameters
-
in_state Whether face colors will be interpolated.
- Returns
- a reference to this object.
|
inline |
Controls whether face colors index will be interpolated.
- Parameters
-
in_state Whether face index colors will be interpolated.
- Returns
- a reference to this object.
|
inline |
Controls whether vertex colors will be interpolated.
- Parameters
-
in_state Whether vertex colors will be interpolated.
- Returns
- a reference to this object.
|
inline |
Controls whether vertex index colors will be interpolated.
- Parameters
-
in_state Whether vertex index colors will be interpolated.
- Returns
- a reference to this object.
|
inline |
Copies this kit into out_kit.
|
inline |
Shows whether color interpolation for the edge color is set
- Parameters
-
out_state The edge setting for the color interpolation
- Returns
- true if the setting is valid, false otherwise.
|
inline |
Shows whether color index interpolation for the edge index is set
- Parameters
-
out_state The edge setting for the color index interpolation
- Returns
- true if the setting is valid, false otherwise.
|
inline |
Shows whether color interpolation for the face color is set
- Parameters
-
out_state The face setting for the color interpolation
- Returns
- true if the setting is valid, false otherwise.
|
inline |
Shows whether color index interpolation for the face index is set
- Parameters
-
out_state The face setting for the color index interpolation
- Returns
- true if the setting is valid, false otherwise.
|
inline |
Shows whether color interpolation for the vertex color is set
- Parameters
-
out_state The vertex setting for the color interpolation
- Returns
- true if the setting is valid, false otherwise.
|
inline |
Shows whether color index interpolation for the vertex index is set
- Parameters
-
out_state The vertex setting for the color index interpolation
- Returns
- true if the setting is valid, false otherwise.
|
inline |
Removes the edge color interpolation setting.
- Returns
- a reference to this object.
|
inline |
Removes the edge index color interpolation setting.
- Returns
- a reference to this object.
|
inline |
Unsets all settings in this kit.
- Returns
- a reference to this object.
|
inline |
Removes the face color interpolation setting.
- Returns
- a reference to this object.
|
inline |
Removes the face index color interpolation setting.
- Returns
- a reference to this object.
|
inline |
Removes the vertex color interpolation setting.
- Returns
- a reference to this object.
|
inline |
Removes the vertex index color interpolation setting.
- Returns
- a reference to this object.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.ColorInterpolationKit.cs