Class TBGRASimpleGradientWithGammaCorrection
Unit
Declaration
type TBGRASimpleGradientWithGammaCorrection = class(TBGRASimpleGradient)
Description
Simple RGBA gradient between two colors with gamma correction
Hierarchy
- TObject
- TBGRACustomGradient
- TBGRASimpleGradient
- TBGRASimpleGradientWithGammaCorrection
Overview
Methods
constructor Create(Color1,Color2: TBGRAPixel; ARepetition: TBGRAGradientRepetition = grPad); overload; |
|
constructor Create(Color1,Color2: TExpandedPixel; ARepetition: TBGRAGradientRepetition = grPad); overload; |
|
function InterpolateToBGRA(position: word): TBGRAPixel; override; |
|
function InterpolateToExpanded(position: word): TExpandedPixel; override; |
Description
Methods
constructor Create(Color1,Color2: TBGRAPixel; ARepetition: TBGRAGradientRepetition = grPad); overload; |
|
This item has no description. |
constructor Create(Color1,Color2: TExpandedPixel; ARepetition: TBGRAGradientRepetition = grPad); overload; |
|
This item has no description. |
function InterpolateToBGRA(position: word): TBGRAPixel; override; |
|
This item has no description. |
function InterpolateToExpanded(position: word): TExpandedPixel; override; |
|
This item has no description. |