Class TBGRAHueMultiGradient
Unit
Declaration
type TBGRAHueMultiGradient = class(TBGRACustomMultiGradient)
Description
Multi-gradient using hue interpolation
Hierarchy
- TObject
- TBGRACustomGradient
- TBGRACustomMultiGradient
- TBGRAHueMultiGradient
Overview
Methods
constructor Create(Colors: array of TBGRAPixel; Positions0To1: array of single; AInterpolation: TBGRAColorInterpolation; ARepetition: TBGRAGradientRepetition = grPad); |
|
constructor Create(Colors: array of TExpandedPixel; Positions0To1: array of single; AInterpolation: TBGRAColorInterpolation; ARepetition: TBGRAGradientRepetition = grPad); |
|
constructor Create(Colors: array of TBGRAPixel; Positions0To1: array of single; options: THueGradientOptions); |
|
constructor Create(Colors: array of TExpandedPixel; Positions0To1: array of single; options: THueGradientOptions); |
|
destructor Destroy; override; |
|
function GetAverageColor: TBGRAPixel; override; |
|
function GetAverageExpandedColor: TExpandedPixel; override; |
|
function GetColorAt(position: integer): TBGRAPixel; override; |
|
function GetExpandedColorAt(position: integer): TExpandedPixel; override; |
Description
Methods
constructor Create(Colors: array of TBGRAPixel; Positions0To1: array of single; AInterpolation: TBGRAColorInterpolation; ARepetition: TBGRAGradientRepetition = grPad); |
|
This item has no description. |
constructor Create(Colors: array of TExpandedPixel; Positions0To1: array of single; AInterpolation: TBGRAColorInterpolation; ARepetition: TBGRAGradientRepetition = grPad); |
|
This item has no description. |
constructor Create(Colors: array of TBGRAPixel; Positions0To1: array of single; options: THueGradientOptions); |
|
This item has no description. |
constructor Create(Colors: array of TExpandedPixel; Positions0To1: array of single; options: THueGradientOptions); |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
function GetAverageColor: TBGRAPixel; override; |
|
This item has no description. Showing description inherited from TBGRACustomGradient.GetAverageColor. Returns the average color of the gradient |
function GetAverageExpandedColor: TExpandedPixel; override; |
|
This item has no description. Showing description inherited from TBGRACustomGradient.GetAverageExpandedColor. Returns the average expanded color of the gradient |
function GetColorAt(position: integer): TBGRAPixel; override; |
|
This item has no description. Showing description inherited from TBGRACustomGradient.GetColorAt. Returns the color at a given position. The reference range is from 0 to 65535, however values beyond are possible as well |
function GetExpandedColorAt(position: integer): TExpandedPixel; override; |
|
This item has no description. Showing description inherited from TBGRACustomGradient.GetExpandedColorAt. Returns the expanded color at a given position. The reference range is from 0 to 65535, however values beyond are possible as well |