コード例 #1
0
 public static extern SU_RESULT SUDimensionStyleGetColor(SUDimensionStyleRef style, ref SUColor color);
コード例 #2
0
ファイル: text.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUTextSetColor(SUTextRef text, SUColor color);
コード例 #3
0
 public static extern SU_RESULT SUMaterialGetColor(SUMaterialRef material, ref SUColor color);
コード例 #4
0
 public static extern SU_RESULT SUDimensionStyleGetHighlightNonAssociativeDimensionsColor(SUDimensionStyleRef style, ref SUColor color);
コード例 #5
0
 public static extern SU_RESULT SUTypedValueSetColor(SUTypedValueRef typed_value, ref SUColor color);
コード例 #6
0
ファイル: texture.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUTextureGetAverageColor(SUTextureRef texture, ref SUColor color_val);
コード例 #7
0
 public static extern SU_RESULT SUEdgeSetColor(SUEdgeRef edge, ref SUColor color);
コード例 #8
0
ファイル: color.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUColorBlend(SUColor color1, SUColor color2, double weight, ref SUColor blended_color);
コード例 #9
0
ファイル: image_rep.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUImageRepGetColorAtUV(SUImageRepRef image, double u, double v, bool bilinear, ref SUColor color);