| CreateLinearGradient(Size, Single, Color32, Color32, WorkingColorSpace) | Creates a read-only bitmap data with no actual underlying buffer, containing a linear gradient that transitions between two colors along a straight line. The line is specified by an angle only, and the actual start and end points are calculated automatically so they stretch from one edge of the bitmap to the opposite edge. |
| CreateLinearGradient(Size, Single, Color64, Color64, WorkingColorSpace) | Creates a read-only bitmap data with no actual underlying buffer, containing a linear gradient that transitions between two colors along a straight line. The line is specified by an angle only, and the actual start and end points are calculated automatically so they stretch from one edge of the bitmap to the opposite edge. |
| CreateLinearGradient(Size, Single, ColorF, ColorF, WorkingColorSpace) | Creates a read-only bitmap data with no actual underlying buffer, containing a linear gradient that transitions between two colors along a straight line. The line is specified by an angle only, and the actual start and end points are calculated automatically so they stretch from one edge of the bitmap to the opposite edge. |
| CreateLinearGradient(Int32, Int32, Single, Color32, Color32, WorkingColorSpace) | Creates a read-only bitmap data with no actual underlying buffer, containing a linear gradient that transitions between two colors along a straight line. The line is specified by an angle only, and the actual start and end points are calculated automatically so they stretch from one edge of the bitmap to the opposite edge. |
| CreateLinearGradient(Int32, Int32, Single, Color64, Color64, WorkingColorSpace) | Creates a read-only bitmap data with no actual underlying buffer, containing a linear gradient that transitions between two colors along a straight line. The line is specified by an angle only, and the actual start and end points are calculated automatically so they stretch from one edge of the bitmap to the opposite edge. |
| CreateLinearGradient(Int32, Int32, Single, ColorF, ColorF, WorkingColorSpace) | Creates a read-only bitmap data with no actual underlying buffer, containing a linear gradient that transitions between two colors along a straight line. The line is specified by an angle only, and the actual start and end points are calculated automatically so they stretch from one edge of the bitmap to the opposite edge. |
| CreateLinearGradient(Size, PointF, PointF, Color32, Color32, GradientWrapMode, WorkingColorSpace) | Creates a read-only bitmap data with no actual underlying buffer, containing a linear gradient that transitions between two colors along a straight line. |
| CreateLinearGradient(Size, PointF, PointF, Color64, Color64, GradientWrapMode, WorkingColorSpace) | Creates a read-only bitmap data with no actual underlying buffer, containing a linear gradient that transitions between two colors along a straight line. |
| CreateLinearGradient(Size, PointF, PointF, ColorF, ColorF, GradientWrapMode, WorkingColorSpace) | Creates a read-only bitmap data with no actual underlying buffer, containing a linear gradient that transitions between two colors along a straight line. |
| CreateLinearGradient(Int32, Int32, PointF, PointF, Color32, Color32, GradientWrapMode, WorkingColorSpace) | Creates a read-only bitmap data with no actual underlying buffer, containing a linear gradient that transitions between two colors along a straight line. |
| CreateLinearGradient(Int32, Int32, PointF, PointF, Color64, Color64, GradientWrapMode, WorkingColorSpace) | Creates a read-only bitmap data with no actual underlying buffer, containing a linear gradient that transitions between two colors along a straight line. |
| CreateLinearGradient(Int32, Int32, PointF, PointF, ColorF, ColorF, GradientWrapMode, WorkingColorSpace) | Creates a read-only bitmap data with no actual underlying buffer, containing a linear gradient that transitions between two colors along a straight line. |