Example #1
0
 public static extern SU_RESULT SUDimensionStyleGetColor(SUDimensionStyleRef style, ref SUColor color);
Example #2
0
 public static extern SU_RESULT SUTextSetColor(SUTextRef text, SUColor color);
Example #3
0
 public static extern SU_RESULT SUMaterialGetColor(SUMaterialRef material, ref SUColor color);
Example #4
0
 public static extern SU_RESULT SUDimensionStyleGetHighlightNonAssociativeDimensionsColor(SUDimensionStyleRef style, ref SUColor color);
Example #5
0
 public static extern SU_RESULT SUTypedValueSetColor(SUTypedValueRef typed_value, ref SUColor color);
Example #6
0
 public static extern SU_RESULT SUTextureGetAverageColor(SUTextureRef texture, ref SUColor color_val);
Example #7
0
 public static extern SU_RESULT SUEdgeSetColor(SUEdgeRef edge, ref SUColor color);
Example #8
0
 public static extern SU_RESULT SUColorBlend(SUColor color1, SUColor color2, double weight, ref SUColor blended_color);
Example #9
0
 public static extern SU_RESULT SUImageRepGetColorAtUV(SUImageRepRef image, double u, double v, bool bilinear, ref SUColor color);