コード例 #1
0
 public void Values(ref double R1, ref double R2, ref double R3, QuantityTypeOfColor AType)
 {
     Quantity_Color_Values2BE4ECDC(Instance, ref R1, ref R2, ref R3, (int)AType);
 }
コード例 #2
0
 public void SetValues(double R1, double R2, double R3, QuantityTypeOfColor AType)
 {
     Quantity_Color_SetValues2BE4ECDC(Instance, R1, R2, R3, (int)AType);
 }
コード例 #3
0
 public void SetDefaultBackgroundColor(QuantityTypeOfColor Type, double V1, double V2, double V3)
 {
     V3d_Viewer_SetDefaultBackgroundColor638950E1(Instance, (int)Type, V1, V2, V3);
 }
コード例 #4
0
 public QuantityColor(double R1, double R2, double R3, QuantityTypeOfColor AType)
     :
     base(Quantity_Color_Ctor2BE4ECDC(R1, R2, R3, (int)AType))
 {
 }
コード例 #5
0
 public void DefaultBackgroundColor(QuantityTypeOfColor Type, ref double V1, ref double V2, ref double V3)
 {
     V3d_Viewer_DefaultBackgroundColor638950E1(Instance, (int)Type, ref V1, ref V2, ref V3);
 }