Class ColorAnimationStep
Inheritance
System.Object
ColorAnimationStep
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class ColorAnimationStep
Constructors
ColorAnimationStep(Int32, Int32, Int32, Int32)
Declaration
public ColorAnimationStep(int A, int R, int G, int B)
Parameters
System.Int32
A
|
System.Int32
R
|
System.Int32
G
|
System.Int32
B
|
Fields
A
Declaration
public int A
Field Value
System.Int32
|
B
Declaration
public int B
Field Value
System.Int32
|
G
Declaration
public int G
Field Value
System.Int32
|
R
Declaration
public int R
Field Value
System.Int32
|