コード例 #1
0
 /// <summary>
 /// Gets the color border angle from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Angle used for color drawing.</returns>
 public override float GetBorderColorAngle(PaletteState state) => _redirect.GetBorderColorAngle(Style, state);
コード例 #2
0
 /// <summary>
 /// Gets the color border angle from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Angle used for color drawing.</returns>
 public override float GetBorderColorAngle(PaletteState state)
 {
     return(_redirect.GetBorderColorAngle(_style, state));
 }